summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2019-08-19 11:13:14 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2019-09-02 09:05:37 +0900
commit7c1b6a799e0ac6fea511a2cf1e97aebb2f94e0d6 (patch)
treef422fc82faedf06539998a7dcf774ea6be1b1809 /releasenotes
parent6f60f833e87979a1fca066c352dbaf9bb9fd852d (diff)
downloadpython-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 'releasenotes')
-rw-r--r--releasenotes/notes/add-parent-list-option-to-projects-10382a7176993366.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/add-parent-list-option-to-projects-10382a7176993366.yaml b/releasenotes/notes/add-parent-list-option-to-projects-10382a7176993366.yaml
new file mode 100644
index 00000000..fe180117
--- /dev/null
+++ b/releasenotes/notes/add-parent-list-option-to-projects-10382a7176993366.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Add ``--parent`` option to ``project list`` command to filter projects
+ by the specified parent project.