From bf38181d2183bc753cf83e3246bcb345d62ed272 Mon Sep 17 00:00:00 2001 From: Atsushi SAKAI Date: Thu, 19 Nov 2015 21:40:11 +0900 Subject: [PATCH] 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 --- bin/doc-tools-update-cli-reference | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/doc-tools-update-cli-reference b/bin/doc-tools-update-cli-reference index 8bab4944..2ac021b5 100755 --- a/bin/doc-tools-update-cli-reference +++ b/bin/doc-tools-update-cli-reference @@ -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