diff options
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/nova.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/nova.sh b/contrib/nova.sh index 7994e51336..16cddebd5d 100755 --- a/contrib/nova.sh +++ b/contrib/nova.sh @@ -81,7 +81,7 @@ if [ "$CMD" == "install" ]; then sudo apt-get install -y python-netaddr python-pastedeploy python-eventlet sudo apt-get install -y python-novaclient python-glance python-cheetah sudo apt-get install -y python-carrot python-tempita python-sqlalchemy - sudo apt-get install -y python-suds + sudo apt-get install -y python-suds python-kombu if [ "$USE_IPV6" == 1 ]; then |