3326bb7706
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
9 lines
310 B
YAML
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.
|