Merge "Change cinder api_version to '3' in default"

This commit is contained in:
Jenkins 2017-05-25 06:51:58 +00:00 committed by Gerrit Code Review
commit 9bb1e653d8
1 changed files with 1 additions and 1 deletions

View File

@ -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',