From 984fdbc38e1655a9462068c5bf16d7c257088054 Mon Sep 17 00:00:00 2001 From: Samuel de Medeiros Queiroz Date: Sat, 10 Jan 2015 00:45:15 -0300 Subject: [PATCH] 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: Ie3d8e1f16ee0b65b4886ae8e7866deb558238702 --- doc/source/configuration.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 3b42e31a00..a2884bc372 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -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