puppet-cinder/releasenotes/notes/remove-v2-api-a416e6422d54c5f8.yaml
Takashi Kajinami 40885d15bb Clean up v2 API support
This change removes the remaining parameters for v2 API support, which
were deprecated during the previous Wallaby cycle.
Also, enable_v3_api parameter is deprecated because the parameter was
deprecated in cinder[1] as part of removal of volume v2 API.

[1] e05b261af7dcd24096b229860df65dff1d385910

Change-Id: I20e6952d215d4d1886f09021a12d6c57c59a5d66
2021-08-18 14:15:08 +00:00

10 lines
208 B
YAML

---
upgrade:
- |
The parameters for v2 API support have been removed from
the ``cinder::keystone::auth`` class.
deprecations:
- |
The ``cinder::enable_v3_api`` parameter has been deprecated.