diff --git a/doc/source/cli/command-objects/role.rst b/doc/source/cli/command-objects/role.rst index fe3126c0f..9819fd123 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)