diff --git a/bin/doc-tools-update-cli-reference b/bin/doc-tools-update-cli-reference index 9c224ae..e9433ab 100755 --- a/bin/doc-tools-update-cli-reference +++ b/bin/doc-tools-update-cli-reference @@ -65,6 +65,8 @@ fi rm -rf output mkdir output +# Work around until python-cinderclient use 3.latest as a default +OS_VOLUME_API_VERSION=3.latest \ openstack-auto-commands --output-dir output $project if [[ ! -e openstack-manuals ]]; then