cinder/releasenotes/notes/remove-api-v2-dadd877ee5457f79.yaml
Brian Rosmaita 81831c915a Remove 'enable_v3_api' option
This option is now superfluous.  Its removal without deprecation in the
Xena release was discussed on the mailing list:

http://lists.openstack.org/pipermail/openstack-discuss/2021-July/023898.html

Change-Id: I21bf938d69a2656eff3783a1d1274a6972a44c88
2021-08-05 06:30:16 -04:00

15 lines
725 B
YAML

---
upgrade:
- |
The Block Storage API v2, which was deprecated in the Pike release,
has been removed. If upgrading from a previous OpenStack release, it
is recommended that you edit your ``/etc/cinder/api-paste.ini`` file
to remove all references to v2. Additionally, the deprecated
configuration option ``enable_v2_api`` has been removed. If present
in a configuration file, it will be silently ignored.
The configuration option ``enable_v3_api`` has been removed from this
release due to the fact that v3 is now the only version of the Block
Storage API available. If present in a configuration file, it will
be silently ignored as the v3 API is now enabled unconditionally.