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 openstack-doc-tools
|
||||||
pip install --upgrade pbr
|
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
|
rm -rf output
|
||||||
mkdir output
|
mkdir output
|
||||||
|
@ -17,6 +17,7 @@ glance:
|
|||||||
title: Image service
|
title: Image service
|
||||||
gnocchi:
|
gnocchi:
|
||||||
name: A time series storage and resources index service
|
name: A time series storage and resources index service
|
||||||
|
subcommands: complete
|
||||||
heat:
|
heat:
|
||||||
name: Orchestration
|
name: Orchestration
|
||||||
ironic:
|
ironic:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user