magnum/releasenotes/notes/fix-volume-api-version-908c3f1cf154b231.yaml
Takashi Kajinami 3ae0f65bbb Fix the default volume api version
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
2021-11-25 12:40:50 +00:00

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.