diff options
| author | Chris Behrens <cbehrens@codestud.com> | 2011-08-30 13:55:06 -0700 |
|---|---|---|
| committer | Chris Behrens <cbehrens@codestud.com> | 2011-08-30 13:55:06 -0700 |
| commit | b6c306b1a207fd2c5ee2e53d841fd8e60c2fd8e1 (patch) | |
| tree | 456a24fdf2c4b7e40a48b0a5351d97d44a89e3c8 | |
| parent | 4f65e0153c22886b118bdb92402b91d9b209632c (diff) | |
add kombu to pip-requires and contrib/nova.sh
| -rwxr-xr-x | contrib/nova.sh | 2 | ||||
| -rw-r--r-- | tools/pip-requires | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/contrib/nova.sh b/contrib/nova.sh index 7994e5133..16cddebd5 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 diff --git a/tools/pip-requires b/tools/pip-requires index 60b502ffd..66d6a48d9 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -8,6 +8,7 @@ anyjson==0.2.4 boto==1.9b carrot==0.10.5 eventlet +kombu lockfile==0.8 lxml==2.3 python-novaclient==2.6.0 |
