Update Inherited Role Assignment Extension section
This patch updates the section which explains inherited role assignments in order to include information about role inheritance in a project hierarchy. Closes-Bug: #1409205 Change-Id: Ie3d8e1f16ee0b65b4886ae8e7866deb558238702changes/61/146261/4
parent
aae31e088d
commit
984fdbc38e
|
@ -869,9 +869,10 @@ Inherited Role Assignment Extension
|
|||
-----------------------------------
|
||||
|
||||
Keystone provides an optional extension that adds the capability to assign
|
||||
roles to a domain that, rather than affect the domain itself, are instead
|
||||
inherited to all projects owned by that domain. This extension is disabled by
|
||||
default, but can be enabled by including the following in ``keystone.conf``:
|
||||
roles on a project or domain that, rather than affect the project or domain
|
||||
itself, are instead inherited to the project subtree or to all projects owned
|
||||
by that domain. This extension is disabled by default, but can be enabled by
|
||||
including the following in ``keystone.conf``:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
|
|
Loading…
Reference in New Issue