From 3b8080fb90b0727fe4cd3081948e81a77107f142 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 31 Dec 2015 19:35:44 +0100 Subject: [PATCH] Update osc plugins Add barbican and include sahara again, it passes now. Add oslo.log as dependency for sahara. Change-Id: I17ecc269a752d951f43e023f72c8962cd2b7b07d --- bin/doc-tools-update-cli-reference | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/doc-tools-update-cli-reference b/bin/doc-tools-update-cli-reference index f2117a3d..b26eb74c 100755 --- a/bin/doc-tools-update-cli-reference +++ b/bin/doc-tools-update-cli-reference @@ -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