openstack-ansible/releasenotes/notes/keystone_plugin_default_update-c025bd5508069df3.yaml
Andy McCrae 26b1fb9ce5 Role Pin for Pike OSA Milestone-1
Nova is pinned before 6dd047a3307a1056077608fd5bc2d1c3b3285338 until
https://review.openstack.org/#/c/455710/ can merge.

Change-Id: I27adc85337424a7b251d8d5d614ad4446c6c55d3
2017-04-12 11:52:44 +00:00

13 lines
520 B
YAML

---
features:
- The default behaviour of ``ensure_endpoint`` in the
keystone module has changed to update an existing
endpoint, if one exists that matches the service
name, type, region and interface. This ensures that
no duplicate service entries can exist per region.
deprecations:
- The ``update`` state for the ``ensure_endpoint``
method of the ``keystone`` module is now deprecated,
and will be removed in the Queens cycle. Setting
state to ``present`` will achieve the same result.