From ed241ef9bc4e36137ecf835c545fdd44dddc426f Mon Sep 17 00:00:00 2001 From: Samuel de Medeiros Queiroz Date: Fri, 19 Sep 2014 12:29:39 -0300 Subject: 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 Change-Id: Id72670be8640e5c6e2490a6ef849e9ec3493b1a9 Implements: blueprint hierarchical-multitenancy --- doc/source/command-objects/role_assignment.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/source/command-objects') 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 ] [--project ] [--effective] + [--inherited] .. option:: --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 -- cgit v1.2.1