Merge "Changing openrc default Cinder API version to v3"

This commit is contained in:
Zuul
2018-05-17 15:42:00 +00:00
committed by Gerrit Code Review

2
openrc
View File

@@ -108,5 +108,5 @@ fi
# Currently cinderclient needs you to specify the *volume api* version. This
# needs to match the config of your catalog returned by Keystone.
export CINDER_VERSION=${CINDER_VERSION:-2}
export CINDER_VERSION=${CINDER_VERSION:-3}
export OS_VOLUME_API_VERSION=${OS_VOLUME_API_VERSION:-$CINDER_VERSION}