From 29ca62215f8c979bf665e0dd99c7a3ad0d3b8a9f Mon Sep 17 00:00:00 2001 From: Atsushi SAKAI Date: Thu, 17 Dec 2015 19:55:56 +0900 Subject: [PATCH] Update python-xxxclient for python-openstackclient Add ironic-inspector- zaqar Remove mistral sahara (with these plugin openstack CLI failed to execute) Remove space from list equation (since space is not allowed) Change-Id: I3d748d73c8d560cdbd5be3ebc7ff1f4e1ee5f942 --- bin/doc-tools-update-cli-reference | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/doc-tools-update-cli-reference b/bin/doc-tools-update-cli-reference index d6e9b4b4..f2117a3d 100755 --- a/bin/doc-tools-update-cli-reference +++ b/bin/doc-tools-update-cli-reference @@ -56,7 +56,7 @@ fi # python-openstackclient has plugin interface. # It needs to install plugin packages # (i.e. python-ironicclient). -osc_plugins = (congress cue designate ironic heat mistral sahara tuskar) +osc_plugins=(congress cue designate ironic heat ironic-inspector- tuskar zaqar) if [[ $project == 'openstack' ]]; then for p in "${osc_plugins[@]}" do