shade/releasenotes/notes/update_endpoint-f87c1f42d0c0d1ef.yaml
SamYaple 3326bb7706 Add update_endpoint()
v3 allows us to update the endpoints, we should do that.

The other endpoint calls have been validated against v3 api to do what
we want them to do. All comments regarding implementing v3 keystone
have been removed.

Change-Id: Icae8a02815b1416a60bc8c6d57ee892fbfd7ccc4
2016-08-12 14:32:55 +00:00

9 lines
310 B
YAML

---
features:
- Added update_endpoint as a new function that allows
the user to update a created endpoint with new values
rather than deleting and recreating that endpoint.
This feature only works with keystone v3, with v2 it
will raise an exception stating the feature is not
available.