Add swiftclient to list of installed clients

Change-Id: I0113caf0103bb601ad6a91016748ad377a11b796
This commit is contained in:
Derek Higgins 2013-11-11 20:21:32 +00:00
parent 9c6f4b4e9a
commit 87c00723fc
2 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,8 @@ heat \
ironic \
keystone \
neutron \
nova"
nova \
swift"
for client in $client_install_list; do
repo=python-${client}client

View File

@ -4,3 +4,4 @@ python-ironicclient git /opt/stack/python-ironicclient https://github.com/openst
python-keystoneclient git /opt/stack/python-keystoneclient https://github.com/openstack/python-keystoneclient.git
python-neutronclient git /opt/stack/python-neutronclient https://github.com/openstack/python-neutronclient.git
python-novaclient git /opt/stack/python-novaclient https://github.com/openstack/python-novaclient.git
python-swiftclient git /opt/stack/python-swiftclient https://github.com/openstack/python-swiftclient.git