3a48989eb0
Utilize the new include names functionality added to list role assignments (GET /role_assignments?include_names=True). Which will return the names of the entities instead of their IDs. Change-Id: I6dc03baf61ef9354a8a259a9f17ff47ce1665ce7 Depends-On: I4aa77c08660a0cbd021502155938a46121ca76ef Closes-Bug: #1479569 Implements: blueprint list-assignment-with-names
6 lines
276 B
YAML
6 lines
276 B
YAML
---
|
|
features:
|
|
- >
|
|
[`bug 1479569 <https://bugs.launchpad.net/python-keystoneclient/+bug/1479569>`_]
|
|
Add an optional ``--names`` argument to the `role assignment list`` command. This
|
|
will output names instead of IDs for users, groups, roles, projects, and domains. |