Merge "[cli-ref] add API version for cinder explicitly"

This commit is contained in:
Jenkins 2017-03-22 07:07:45 +00:00 committed by Gerrit Code Review
commit f9a8579b25
1 changed files with 2 additions and 0 deletions

View File

@ -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