diff options
| author | Samuel de Medeiros Queiroz <samuel@lsd.ufcg.edu.br> | 2014-09-19 12:29:39 -0300 |
|---|---|---|
| committer | Raildo Mascena <raildo@lsd.ufcg.edu.br> | 2015-06-22 11:05:01 -0300 |
| commit | ed241ef9bc4e36137ecf835c545fdd44dddc426f (patch) | |
| tree | 447e645cad8a7e56896bad3b7f6c94b83be337ae /doc/source/command-objects | |
| parent | 3120a0bd2ac2dd8cf918abfeae8357e20ac6b34e (diff) | |
| download | python-openstackclient-ed241ef9bc4e36137ecf835c545fdd44dddc426f.tar.gz | |
Add support to inherited project role grant calls
Once inherited project role grant calls are
implemented on python-keystoneclient,
python-openstackclient also should support such
calls.
This patch add such support as well as its
related tests.
Co-Authored-By: Raildo Mascena <raildo@lsd.ufcg.edu.br>
Change-Id: Id72670be8640e5c6e2490a6ef849e9ec3493b1a9
Implements: blueprint hierarchical-multitenancy
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/role_assignment.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/command-objects/role_assignment.rst b/doc/source/command-objects/role_assignment.rst index 749d883e..cfb1079c 100644 --- a/doc/source/command-objects/role_assignment.rst +++ b/doc/source/command-objects/role_assignment.rst @@ -19,6 +19,7 @@ List role assignments [--domain <domain>] [--project <project>] [--effective] + [--inherited] .. option:: --role <role> @@ -43,3 +44,7 @@ List role assignments .. option:: --effective Returns only effective role assignments (defaults to False) + +.. option:: --inherited + + Specifies if the role grant is inheritable to the sub projects |
