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:
Nisha Yadav
2016-06-25 01:13:49 +05:30
parent d97d92b453
commit 6544614216

View File

@@ -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.