diff options
| author | Kost <kost@isi.edu> | 2011-01-18 14:41:32 -0500 |
|---|---|---|
| committer | Kost <kost@isi.edu> | 2011-01-18 14:41:32 -0500 |
| commit | 1862fe5ecd5265d963f8e9ec591f8eaa7b51fde3 (patch) | |
| tree | 83de61a45ccda0dfee8b720f31c2b27b02341ddb | |
| parent | 4577c11923f05ba60ec898186d3f959d86e5de4c (diff) | |
added paste pastedeploy to nova.sh
| -rwxr-xr-x | contrib/nova.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/nova.sh b/contrib/nova.sh index a0e8e642c..08dc89bae 100755 --- a/contrib/nova.sh +++ b/contrib/nova.sh @@ -87,6 +87,7 @@ if [ "$CMD" == "install" ]; then sudo apt-get install -y python-twisted python-sqlalchemy python-mox python-greenlet python-carrot sudo apt-get install -y python-daemon python-eventlet python-gflags python-ipy sudo apt-get install -y python-libvirt python-libxml2 python-routes python-cheetah + sudo apt-get install -y python-paste python-pastedeploy #For IPV6 sudo apt-get install -y python-netaddr sudo apt-get install -y radvd |
