Merge "Add python-openstackclient required plugin package"

This commit is contained in:
Jenkins 2015-11-20 07:45:55 +00:00 committed by Gerrit Code Review
commit 689ac7b2ef
1 changed files with 6 additions and 0 deletions

View File

@ -53,6 +53,12 @@ if [[ $project == 'gnocchi' ]]; then
else else
pip install --upgrade python-${project}client pip install --upgrade python-${project}client
fi fi
# python-openstackclient has plugin interface.
# It needs to install plugin package
# (i.e. python-ironicclient).
if [[ $project == 'openstack' ]]; then
pip install --upgrade python-ironicclient
fi
rm -rf output rm -rf output
mkdir output mkdir output