puppet-cinder/releasenotes/notes/remove-api-v1-2987e0317436bc69.yaml
Alan Bishop fc85e13cad Don't create keystone service or endpoint for API v1
Cinder removed support for API v1 in Queens [1], so don't create the
keystone service or endpoint for v1.

Existing keystone catalog entries for v1 are not removed. It is the
user's responsibility for removing them.

[1] https://review.openstack.org/499342

Change-Id: I4a317d0eb2a2359c484b70eec97e8411dc22e9e8
2019-02-13 17:00:02 -05:00

20 lines
531 B
YAML

---
upgrade:
- |
Keystone catalog entries for Cinder's v1 API are no longer created,
but existing entries will not be automatically deleted.
deprecations:
- |
The following parameters associated with the v1 API are deprecated.
* configure_endpoint
* public_url
* internal_url
* admin_url
* service_name
* service_type
* service_description
fixes:
- |
The keystone service and endpoint for Cinder's API v1 are no longer
created. Cinder removed support for its v1 API in Queens.