Merge "[os_doc_tools] fix cli-reference generation for gnocchiclient"

This commit is contained in:
Jenkins 2015-10-20 12:16:58 +00:00 committed by Gerrit Code Review
commit 5ab6f0f64a
2 changed files with 7 additions and 1 deletions

View File

@ -48,7 +48,12 @@ source .venv/bin/activate
pip install --upgrade openstack-doc-tools
pip install --upgrade pbr
pip install --upgrade python-${project}client
if [[ $project -eq 'gnocchi' ]]; then
pip install --upgrade ${project}client
else
pip install --upgrade python-${project}client
fi
rm -rf output
mkdir output

View File

@ -17,6 +17,7 @@ glance:
title: Image service
gnocchi:
name: A time series storage and resources index service
subcommands: complete
heat:
name: Orchestration
ironic: