3ffdcaeb4c
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
6 lines
167 B
Plaintext
6 lines
167 B
Plaintext
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.44
|