summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorTom Cocozzello <tjcocozz@us.ibm.com>2015-12-09 10:08:16 -0600
committerTom Cocozzello <tjcocozz@us.ibm.com>2016-01-27 18:13:32 +0000
commit3a48989eb02187f384cfbf7bb7cd55502741fc68 (patch)
treee007c0540ff85f8bcf3856f66847509e6e6423fb /doc/source/command-objects
parent1f378a06746cbf828cff27c29f9b1d0ddadfcce6 (diff)
downloadpython-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/source/command-objects')
-rw-r--r--doc/source/command-objects/role-assignment.rst4
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