Bump up the API microversion in cinder.rc

This patch bumps up the Cinder API microversion to 3.44 in
cinder.rc. This is required for the new attachment API to
support local-attach.

Change-Id: Idb0e5c7c6c6d7f8626b6867eada0d537589011da
This commit is contained in:
xing-yang 2017-12-22 06:14:39 -08:00
parent 7bbc95344d
commit 3ffdcaeb4c
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ export OS_AUTH_SYSTEM=noauth
export CINDER_ENDPOINT=http://127.0.0.1:8776/v3
export OS_PROJECT_ID=myproject
export OS_USERNAME=bubba
export OS_VOLUME_API_VERSION=3.27
export OS_VOLUME_API_VERSION=3.44