Add cinder to the list of installed clients

Needed by tempest tests.

Change-Id: Ic8d5947ba147522a6e8fbef59975a847fec129b0
This commit is contained in:
Derek Higgins 2013-11-20 21:15:16 +00:00
parent cc4f8b3d09
commit dc42f98866
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ set -eux
install-packages git build-essential python-dev libssl-dev python-pip
client_install_list="\
cinder \
glance \
heat \
ironic \

View File

@ -1,3 +1,4 @@
python-cinderclient git /opt/stack/python-cinderclient https://git.openstack.org/openstack/python-cinderclient.git
python-glanceclient git /opt/stack/python-glanceclient https://git.openstack.org/openstack/python-glanceclient.git
python-heatclient git /opt/stack/python-heatclient https://git.openstack.org/openstack/python-heatclient.git
python-ironicclient git /opt/stack/python-ironicclient https://git.openstack.org/openstack/python-ironicclient.git