diff options
| author | Takashi Kajinami <tkajinam@redhat.com> | 2019-08-19 11:13:14 +0900 |
|---|---|---|
| committer | Takashi Kajinami <tkajinam@redhat.com> | 2019-09-02 09:05:37 +0900 |
| commit | 7c1b6a799e0ac6fea511a2cf1e97aebb2f94e0d6 (patch) | |
| tree | f422fc82faedf06539998a7dcf774ea6be1b1809 /doc/source/cli/command-objects | |
| parent | 6f60f833e87979a1fca066c352dbaf9bb9fd852d (diff) | |
| download | python-openstackclient-7c1b6a799e0ac6fea511a2cf1e97aebb2f94e0d6.tar.gz | |
Add parent project filter for listing projects
This patch introduces a new option --parent into project list,
to specify a parent project to filter projects which has
the given project as their parent.
Depends-on: https://review.opendev.org/#/c/677101
Change-Id: I6725262cf040e0ec6ceca9cf0462ce59224049c6
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/project.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/project.rst b/doc/source/cli/command-objects/project.rst index 6891a79a..ac7e8cd1 100644 --- a/doc/source/cli/command-objects/project.rst +++ b/doc/source/cli/command-objects/project.rst @@ -102,6 +102,7 @@ List projects openstack project list [--domain <domain>] + [--parent <parent>] [--user <user>] [--my-projects] [--long] @@ -115,6 +116,12 @@ List projects .. versionadded:: 3 +.. option:: --parent <parent> + + Filter projects whose parent is :option:`\<parent\> <--parent>` (name or ID) + + .. versionadded:: 3 + .. option:: --user <user> Filter projects by :option:`\<user\> <--user>` (name or ID) |
