26b1fb9ce5
Nova is pinned before 6dd047a3307a1056077608fd5bc2d1c3b3285338 until https://review.openstack.org/#/c/455710/ can merge. Change-Id: I27adc85337424a7b251d8d5d614ad4446c6c55d3
13 lines
520 B
YAML
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.
|