python-openstackclient/releasenotes/notes/add-parent-list-option-to-projects-10382a7176993366.yaml
Takashi Kajinami 7c1b6a799e 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
2019-09-02 09:05:37 +09:00

6 lines
132 B
YAML

---
features:
- |
Add ``--parent`` option to ``project list`` command to filter projects
by the specified parent project.