shade/releasenotes/notes/add_update_service-28e590a7a7524053.yaml
SamYaple f10f704bfa Add update_service()
Services can be updated, we can even update them!

Keystone v2.0 did not allow updates, Keystone v3 does

Improve unit tests to test v3 items for service functions

Change-Id: I36b9f92f7b551451973e3681dd8814ed90614b9c
2016-03-10 20:02:54 +00:00

7 lines
262 B
YAML

---
features:
- Add the ability to update a keystone service information. This feature is
not available on keystone v2.0. The new function, update_service(), allows
the user to update description, name of service, service type, and enabled
status.