Add python-openstackclient required plugin package
python-openstackclient has plugin interface. To generate full help message, it needs to add plugin package (python-ironicclient) also. Change-Id: I7b29b47eb58cb1aaa09aec9ca0ff3b8064ebd35d
This commit is contained in:
parent
88bb649f57
commit
bf38181d21
@ -53,6 +53,12 @@ if [[ $project == 'gnocchi' ]]; then
|
||||
else
|
||||
pip install --upgrade python-${project}client
|
||||
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
|
||||
mkdir output
|
||||
|
Loading…
Reference in New Issue
Block a user