diff options
| author | Zuul <zuul@review.openstack.org> | 2018-06-09 17:11:27 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-06-09 17:11:27 +0000 |
| commit | 9b31ba36edf3c6a22da29079f256c8d23e854cc4 (patch) | |
| tree | ce287c32f016964bfc6ea8c4378e789b324d45ad /doc/source/cli/command-objects | |
| parent | 0226eb7fd9fdc690682bf860172b47483fe9d369 (diff) | |
| parent | aefddf3a90feb8b70ba2b70e3119e83a490b2d59 (diff) | |
| download | python-openstackclient-9b31ba36edf3c6a22da29079f256c8d23e854cc4.tar.gz | |
Merge "Update role document to include system parameter"
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/role.rst | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/doc/source/cli/command-objects/role.rst b/doc/source/cli/command-objects/role.rst index fe3126c0..9819fd12 100644 --- a/doc/source/cli/command-objects/role.rst +++ b/doc/source/cli/command-objects/role.rst @@ -13,12 +13,21 @@ Add role assignment to a user or group in a project or domain .. code:: bash openstack role add - --domain <domain> | --project <project> [--project-domain <project-domain>] + --system <system> | --domain <domain> | --project <project> [--project-domain <project-domain>] --user <user> [--user-domain <user-domain>] | --group <group> [--group-domain <group-domain>] --role-domain <role-domain> --inherited <role> +.. option:: --system <system> + + Include <system> + + System or service to grant authorization to. Currently only ``all`` is + supported which encompasses the entire deployment system. + + .. versionadded:: 3 + .. option:: --domain <domain> Include <domain> (name or ID) @@ -210,12 +219,21 @@ Remove role assignment from domain/project : user/group .. code:: bash openstack role remove - --domain <domain> | --project <project> [--project-domain <project-domain>] + --system <system> | --domain <domain> | --project <project> [--project-domain <project-domain>] --user <user> [--user-domain <user-domain>] | --group <group> [--group-domain <group-domain>] --role-domain <role-domain> --inherited <role> +.. option:: --system <system> + + Include <system> + + System or service to remove authorization from. Currently only ``all`` is + supported which encompasses the entire deployment system. + + .. versionadded:: 3 + .. option:: --domain <domain> Include <domain> (name or ID) |
