3ae0f65bbb
The volume v2 api was completely removed from cinder during Xena cycle.
Unfortunately we didn't update the api_version parameter, which defines
the cinder api version used, when we fixed the problem caused by
removal of volume v2 api[1].
This change fixes the outdated default and ensures the current v3 api
is used.
[1] 67acf2c5e9
Change-Id: Id8940684c996e9c4bb615269976238d3f65e8140
6 lines
158 B
YAML
6 lines
158 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Default value of ``[cinder_client] api_version`` has been updated from
|
|
``2`` to ``3``, because volume v2 API is no longer available.
|