Change cinder api_version to '3' in default
Block Storage API v2 is deprecated now. Instead of it, we should use v3 in default (api_version). This patch replace cinder default api_version from '2' to '3' in conf/cinder_client.py Change-Id: I53ffa74cdac7ac31c74937bf18da8ed2fec92223 Closes-Bug: #1691104
This commit is contained in:
parent
40f6eea637
commit
bb536ee40d
@ -23,7 +23,7 @@ cinder_client = cfg.OptGroup(name='cinder_client',
|
||||
|
||||
CINDER_CLIENT_OPTS = [
|
||||
cfg.StrOpt('api_version',
|
||||
default='2',
|
||||
default='3',
|
||||
help='Version of Cinder API to use in cinderclient.'),
|
||||
cfg.StrOpt('endpoint_type',
|
||||
default='internalURL',
|
||||
|
Loading…
x
Reference in New Issue
Block a user