summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorTakashi Kajinami <tkajinam@redhat.com>2019-08-19 10:42:42 +0900
committerTakashi Kajinami <tkajinam@redhat.com>2019-08-29 16:50:26 +0900
commit2d3ec6eb89574d442c357b2b8231367ba1ac24f6 (patch)
treef1f86f8f1a1a3571d062c07be350e17e2f01491f /releasenotes
parentf7e75f43d811c8e1028746b2574322afa53dbaac (diff)
downloadpython-keystoneclient-2d3ec6eb89574d442c357b2b8231367ba1ac24f6.tar.gz
Add parent project filter for listing projects
This patch introduces the interface into listing project, to specify parent_id to filter projects which has the given project as their parent[1]. [1] https://docs.openstack.org/api-ref/identity/v3/?expanded=list-projects-detail#list-projects Change-Id: If78030425468d4f99cba708540142871a2bf9190
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/list_projects_filtered_by_the_parent_project-a873974f197c1e37.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/list_projects_filtered_by_the_parent_project-a873974f197c1e37.yaml b/releasenotes/notes/list_projects_filtered_by_the_parent_project-a873974f197c1e37.yaml
new file mode 100644
index 0000000..988dca5
--- /dev/null
+++ b/releasenotes/notes/list_projects_filtered_by_the_parent_project-a873974f197c1e37.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Now keystone client supports to list projects which belongs to the given
+ parent project.