Update osc plugins

Add barbican and include sahara again, it passes now.

Add oslo.log as dependency for sahara.

Change-Id: I17ecc269a752d951f43e023f72c8962cd2b7b07d
This commit is contained in:
Andreas Jaeger 2015-12-31 19:35:44 +01:00
parent e45dbbf0ba
commit 3b8080fb90
1 changed files with 5 additions and 1 deletions

View File

@ -56,8 +56,12 @@ fi
# python-openstackclient has plugin interface.
# It needs to install plugin packages
# (i.e. python-ironicclient).
osc_plugins=(congress cue designate ironic heat ironic-inspector- tuskar zaqar)
osc_plugins=(barbican congress cue designate heat ironic ironic-inspector- sahara tuskar zaqar)
if [[ $project == 'openstack' ]]; then
# sahara misses oslo.log dependency.
# This is fixed in git repository and can be removed again after
# next python-saharaclient release.
pip install --upgrade oslo.log
for p in "${osc_plugins[@]}"
do
pip install --upgrade python-${p}client