[os_doc_tools] fix cli-reference generation for gnocchiclient

Change-Id: I4164cf94934fe7b037adcdb5514805d8d2c1277b
This commit is contained in:
Christian Berendt 2015-10-13 17:01:45 +02:00
parent e35bb7063d
commit 5a119705a7
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

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