diff options
| author | Tom Cocozzello <tjcocozz@us.ibm.com> | 2015-12-09 10:08:16 -0600 |
|---|---|---|
| committer | Tom Cocozzello <tjcocozz@us.ibm.com> | 2016-01-27 18:13:32 +0000 |
| commit | 3a48989eb02187f384cfbf7bb7cd55502741fc68 (patch) | |
| tree | e007c0540ff85f8bcf3856f66847509e6e6423fb /doc | |
| parent | 1f378a06746cbf828cff27c29f9b1d0ddadfcce6 (diff) | |
| download | python-openstackclient-3a48989eb02187f384cfbf7bb7cd55502741fc68.tar.gz | |
Return names in list role assignments
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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/source/command-objects/role-assignment.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/command-objects/role-assignment.rst b/doc/source/command-objects/role-assignment.rst index 6bb24cb3..893ebdc4 100644 --- a/doc/source/command-objects/role-assignment.rst +++ b/doc/source/command-objects/role-assignment.rst @@ -66,3 +66,7 @@ List role assignments .. option:: --inherited Specifies if the role grant is inheritable to the sub projects + +.. option:: --names + + Returns role assignments with names instead of IDs |
