summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/role_assignment.rst
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-08-06 22:24:22 -0700
committerSteve Martinelli <stevemar@ca.ibm.com>2015-08-06 22:24:22 -0700
commitcb8590ffb3bf79a2754e913d3cc05b2b8318b8bc (patch)
tree488066a64f8885d5c89b06c1d5d16b2c14b9765f /doc/source/command-objects/role_assignment.rst
parent35833c94efd27a497f4dffbdbd17329a6e65cd2a (diff)
downloadpython-openstackclient-cb8590ffb3bf79a2754e913d3cc05b2b8318b8bc.tar.gz
Rename command docs to remove underscores
For consistency, use dashes instead of underscores. Change-Id: I2da19b56952a8a9d172793ae211bdc58ddff4146
Diffstat (limited to 'doc/source/command-objects/role_assignment.rst')
-rw-r--r--doc/source/command-objects/role_assignment.rst68
1 files changed, 0 insertions, 68 deletions
diff --git a/doc/source/command-objects/role_assignment.rst b/doc/source/command-objects/role_assignment.rst
deleted file mode 100644
index 6bb24cb3..00000000
--- a/doc/source/command-objects/role_assignment.rst
+++ /dev/null
@@ -1,68 +0,0 @@
-===============
-role assignment
-===============
-
-Identity v3
-
-role assignment list
---------------------
-
-List role assignments
-
-.. program:: role assignment list
-.. code:: bash
-
- os role assignment list
- [--role <role>]
- [--user <user>]
- [--user-domain <user-domain>]
- [--group <group>]
- [--group-domain <group-domain>]
- [--domain <domain>]
- [--project <project>]
- [--project-domain <project-domain>]
- [--effective]
- [--inherited]
-
-.. option:: --role <role>
-
- Role to filter (name or ID)
-
-.. option:: --user <user>
-
- User to filter (name or ID)
-
-.. option:: --user-domain <user-domain>
-
- Domain the user belongs to (name or ID).
- This can be used in case collisions between user names exist.
-
-.. option:: --group <group>
-
- Group to filter (name or ID)
-
-.. option:: --group-domain <group-domain>
-
- Domain the group belongs to (name or ID).
- This can be used in case collisions between group names exist.
-
-.. option:: --domain <domain>
-
- Domain to filter (name or ID)
-
-.. option:: --project <project>
-
- Project to filter (name or ID)
-
-.. option:: --project-domain <project-domain>
-
- Domain the project belongs to (name or ID).
- This can be used in case collisions between project names exist.
-
-.. option:: --effective
-
- Returns only effective role assignments (defaults to False)
-
-.. option:: --inherited
-
- Specifies if the role grant is inheritable to the sub projects