summaryrefslogtreecommitdiff
path: root/doc/source/cli/command-objects/role.rst
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2018-10-23 15:37:38 -0500
committerDean Troyer <dtroyer@gmail.com>2019-05-19 12:54:33 -0500
commitf9fdc296bc6f2c1f7d6196352b754a7617c4f2d2 (patch)
tree46bf639a81738a641ad4e82e715d969c0265de86 /doc/source/cli/command-objects/role.rst
parentb7742b59371b9e0b2e417547eb2cdaa80954b50d (diff)
downloadpython-openstackclient-f9fdc296bc6f2c1f7d6196352b754a7617c4f2d2.tar.gz
Remove deprecated identity commands and args
The following were deprecated over two years ago and can now be removed/changed: * Remove ``service create`` option ``--type`` * Remove ``role list`` options ``--project`` and ``--user`` * Remove ``user role list`` command These are backwards incompatible changes and will require a major version bump after they are merged. Change-Id: I29e2fc9516dffbfd83eef0bc91e834dde99b4105 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com> Signed-off-by: Dean Troyer <dtroyer@gmail.com>
Diffstat (limited to 'doc/source/cli/command-objects/role.rst')
-rw-r--r--doc/source/cli/command-objects/role.rst58
1 files changed, 1 insertions, 57 deletions
diff --git a/doc/source/cli/command-objects/role.rst b/doc/source/cli/command-objects/role.rst
index 9819fd12..e2a2b457 100644
--- a/doc/source/cli/command-objects/role.rst
+++ b/doc/source/cli/command-objects/role.rst
@@ -146,68 +146,12 @@ List roles
.. code:: bash
openstack role list
- --domain <domain> | --project <project> [--project-domain <project-domain>]
- --user <user> [--user-domain <user-domain>] | --group <group> [--group-domain <group-domain>]
- --inherited
+ [--domain <domain>]
.. option:: --domain <domain>
Filter roles by <domain> (name or ID)
- (Deprecated if being used to list assignments in conjunction with the
- ``--user <user>``, option, please use ``role assignment list`` instead)
-
-.. option:: --project <project>
-
- Filter roles by <project> (name or ID)
-
- (Deprecated, please use ``role assignment list`` instead)
-
-.. option:: --user <user>
-
- Filter roles by <user> (name or ID)
-
- (Deprecated, please use ``role assignment list`` instead)
-
-.. option:: --group <group>
-
- Filter roles by <group> (name or ID)
-
- (Deprecated, please use ``role assignment list`` instead)
-
-.. option:: --user-domain <user-domain>
-
- Domain the user belongs to (name or ID).
- This can be used in case collisions between user names exist.
-
- (Deprecated, please use ``role assignment list`` instead)
-
- .. versionadded:: 3
-
-.. option:: --group-domain <group-domain>
-
- Domain the group belongs to (name or ID).
- This can be used in case collisions between group names exist.
-
- (Deprecated, please use ``role assignment list`` instead)
-
- .. versionadded:: 3
-
-.. option:: --project-domain <project-domain>
-
- Domain the project belongs to (name or ID).
- This can be used in case collisions between project names exist.
-
- (Deprecated, please use ``role assignment list`` instead)
-
- .. versionadded:: 3
-
-.. option:: --inherited
-
- Specifies if the role grant is inheritable to the sub projects.
-
- (Deprecated, please use ``role assignment list`` instead)
-
.. versionadded:: 3
role remove