Merge "Fix the default volume api version"

This commit is contained in:
Zuul 2021-11-25 16:45:48 +00:00 committed by Gerrit Code Review
commit 5f9bfe3f3c
2 changed files with 6 additions and 1 deletions

View File

@ -59,7 +59,7 @@ cinder_client_opts = [
help=_('Type of endpoint in Identity service catalog to use '
'for communication with the OpenStack service.')),
cfg.StrOpt('api_version',
default='2',
default='3',
help=_('Version of Cinder API to use in cinderclient.'))
]

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Default value of ``[cinder_client] api_version`` has been updated from
``2`` to ``3``, because volume v2 API is no longer available.