Merge "[os_doc_tools] fix cli-reference generation for gnocchiclient"
This commit is contained in:
commit
5ab6f0f64a
@ -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
|
||||
|
@ -17,6 +17,7 @@ glance:
|
||||
title: Image service
|
||||
gnocchi:
|
||||
name: A time series storage and resources index service
|
||||
subcommands: complete
|
||||
heat:
|
||||
name: Orchestration
|
||||
ironic:
|
||||
|
Loading…
Reference in New Issue
Block a user