diff options
| author | Guojian Shao <guojian@unitedstack.com> | 2015-05-30 09:18:42 -0400 |
|---|---|---|
| committer | Guojian Shao <guojian@unitedstack.com> | 2015-05-30 09:30:10 -0400 |
| commit | d14316a8322e58d6ff208ffd6fabdb4890b412f8 (patch) | |
| tree | 3f30c1bfd254ed1f355c2f4444f749ced6fd6f11 /doc/source/command-objects | |
| parent | d9b7d13edf526b566dbada3245a6a2d9681be850 (diff) | |
| download | python-openstackclient-d14316a8322e58d6ff208ffd6fabdb4890b412f8.tar.gz | |
add domain scope arguments to v3 role add in doc
There are optional domain scope arguments --user-domain,
--group-domain and --project-domain to filter user, group
and project for command 'os role add', however, the doc
is missing them.
Closes-Bug: #1460296
Change-Id: Ie7c7707d183da042c51e98b6cd4003c89efc4032
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/role.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/command-objects/role.rst b/doc/source/command-objects/role.rst index 5fcbe825..3672cfa1 100644 --- a/doc/source/command-objects/role.rst +++ b/doc/source/command-objects/role.rst @@ -13,8 +13,8 @@ Add role to a user or group in a project or domain .. code:: bash os role add - --domain <domain> | --project <project> - --user <user> | --group <group> + --domain <domain> | --project <project> [--project-domain <project-domain>] + --user <user> [--user-domain <user-domain>] | --group <group> [--group-domain <group-domain>] <role> .. option:: --domain <domain> |
