From aefddf3a90feb8b70ba2b70e3119e83a490b2d59 Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Thu, 7 Jun 2018 15:57:39 +0000 Subject: Update role document to include system parameter With the recent addition of system scope support in osc, we should add system docs to the role documentation. bp system-scope Change-Id: Id77511c52ff0c36ea845e0f0fbbe3ec14818ee58 --- doc/source/cli/command-objects/role.rst | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'doc/source/cli/command-objects') 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 | --project [--project-domain ] + --system | --domain | --project [--project-domain ] --user [--user-domain ] | --group [--group-domain ] --role-domain --inherited +.. option:: --system + + Include + + System or service to grant authorization to. Currently only ``all`` is + supported which encompasses the entire deployment system. + + .. versionadded:: 3 + .. option:: --domain Include (name or ID) @@ -210,12 +219,21 @@ Remove role assignment from domain/project : user/group .. code:: bash openstack role remove - --domain | --project [--project-domain ] + --system | --domain | --project [--project-domain ] --user [--user-domain ] | --group [--group-domain ] --role-domain --inherited +.. option:: --system + + Include + + System or service to remove authorization from. Currently only ``all`` is + supported which encompasses the entire deployment system. + + .. versionadded:: 3 + .. option:: --domain Include (name or ID) -- cgit v1.2.1