openstack-ansible-os_cinder/releasenotes/notes/os_cinder-remove-v1-api-71b2f265936e89b2.yaml
Jimmy McCrory f9ceec9cd5 Remove cinder v1 service and endpoints
The cinder v1 API was removed in the queens release. The
'os_keystone_service' module is used to allow removal of existing
services and endpoints. Disabling the v2 API will now also ensure there
is not a registered service or endpoints.

The 'cinder_enable_v3_api' variable has been removed since it had no
effect on cinder's enablement of the v3 API.

Depends-On: https://review.openstack.org/#/c/557016/
Change-Id: I02d2bae8712c0ca223cafb5a43304806c4b83125
2018-03-27 12:35:10 -07:00

9 lines
311 B
YAML

---
upgrade:
- |
The Cinder v1 API and the variable to enable it, ``cinder_enable_v1_api``,
have been removed. Existing keystone registered endpoints and service for
cinder v1 will be removed during an upgrade.
- |
The ``cinder_enable_v3_api`` variable has been removed as it had no effect.