tempest/releasenotes/notes/remove-deprecated-volume-config-options-4b7ea93b88e5b982.yaml
Ghanshyam Mann 449287d45e Remove deprecated config options for volume API selection
Volume APIs tests have been moved to v3 as default and can be run
under v2 API via catalog_type.
- https://review.opendev.org/#/q/topic:volume-default-testing-v3+(status:open+OR+status:merged)

Below config options were deprecated since Rocky and now time to remove them:
    * ``CONF.volume-feature-enabled.api_v2``
    * ``CONF.volume-feature-enabled.api_v3``

Change-Id: I31f487694e5f5e586f99323c81e45f43306606fb
2020-12-31 17:53:53 +00:00

9 lines
273 B
YAML

---
upgrade:
- |
Deprecated config options to select the Volume API version have been
removed. Use ``CONF.volume.catalog_type`` to run volume tests under v3
or v2 APIs.
* ``CONF.volume-feature-enabled.api_v2``
* ``CONF.volume-feature-enabled.api_v3``