add kombu to pip-requires and contrib/nova.sh
This commit is contained in:
2 changed files with 2 additions and 1 deletions
@@ -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
@@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.