python-keystoneclient/releasenotes/notes/list_role_assignment_names-7e1b7eb8c2d22d7c.yaml
Tom Cocozzello 32ec1722c6 Adds an option to include names in role assignment lists
Allow the client to take advantage of the include_names with
list role assignments.

Change-Id: I4aa77c08660a0cbd021502155938a46121ca76ef
Depends-On: I0a1cc986b8a35aeafe567e5e7fee6eeb848ae113
Closes-Bug: #1479569
Implements: blueprint list-assignment-with-names
2016-01-23 15:06:19 +00:00

7 lines
275 B
YAML

---
features:
- >
[`bug 1479569 <https://bugs.launchpad.net/python-keystoneclient/+bug/1479569>`_]
With the ``include_names`` parameter set to True the names of the role assignments
are returned with the entities IDs. (GET /role_assignments?include_names=True)