Browse code

Merge "Changing openrc default Cinder API version to v3"

Zuul authored on 2018/05/18 00:42:00
Showing 1 changed files
... ...
@@ -108,5 +108,5 @@ fi
108 108
 
109 109
 # Currently cinderclient needs you to specify the *volume api* version. This
110 110
 # needs to match the config of your catalog returned by Keystone.
111
-export CINDER_VERSION=${CINDER_VERSION:-2}
111
+export CINDER_VERSION=${CINDER_VERSION:-3}
112 112
 export OS_VOLUME_API_VERSION=${OS_VOLUME_API_VERSION:-$CINDER_VERSION}