Follow up patch for Improve docs for v3 projects
This patch fixes some nits left by the review I3961945a2833fcd4a04c8e2fa294ecd3a12cfbe2. Change-Id: I8c7c4c926d60d0b0ba44c3c7a42e5eef7be9441c
This commit is contained in:
@@ -139,10 +139,14 @@ class ProjectManager(base.CrudManager):
|
||||
|
||||
:param project: the project to be retrieved from the server.
|
||||
:type project: str or :class:`keystoneclient.v3.projects.Project`
|
||||
:param bool subtree_as_list: retrieve projects below this project
|
||||
in the hierarchy as a flat list.
|
||||
:param bool parents_as_list: retrieve projects above this project
|
||||
in the hierarchy as a flat list.
|
||||
:param bool subtree_as_list: retrieve projects below this project in
|
||||
the hierarchy as a flat list. It only
|
||||
includes the projects in which the current
|
||||
user has role assignments on.
|
||||
:param bool parents_as_list: retrieve projects above this project in
|
||||
the hierarchy as a flat list. It only
|
||||
includes the projects in which the current
|
||||
user has role assignments on.
|
||||
:param bool subtree_as_ids: retrieve the IDs from the projects below
|
||||
this project in the hierarchy as a
|
||||
structured dictionary.
|
||||
|
||||
Reference in New Issue
Block a user