Add notes in inherit.inc

If we assign role to user on projects in a subtree, such as
'PUT /v3/OS-INHERIT/projects/{project_id}/users/{user_id}/roles
/{role_id}/inherited_to_projects'.
The role assignment is not applied to the project in the request,
and only applied to its subtree projects.

Change-Id: I170227d40a631a1827baa3b334d4c128c9fc2041
This commit is contained in:
zlyqqq 2017-04-26 11:33:42 +08:00
parent 6c6589d2b0
commit 4d2b936be2

@ -215,6 +215,8 @@ Relationship:
The inherited role assignment is anchored to a project and applied to its
subtree in the projects hierarchy (both existing and future projects).
* Note: The inherited role is not applied to the project itself, and only
applied to its subtree projects.
* Note: It is possible for a user to have both a regular (non-inherited) and an
inherited role assignment on the same project.
* Note: The request doesn't require a body, which will be ignored if provided.
@ -242,6 +244,8 @@ Relationship:
The inherited role assignment is anchored to a project and applied to its
subtree in the projects hierarchy (both existing and future projects).
* Note: The inherited role is not applied to the project itself, and only
applied to its subtree projects.
* Note: It is possible for a group to have both a regular (non-inherited) and
an inherited role assignment on the same project.
* Note: The request doesn't require a body, which will be ignored if provided.