From 2d3ec6eb89574d442c357b2b8231367ba1ac24f6 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 19 Aug 2019 10:42:42 +0900 Subject: 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 --- ...ist_projects_filtered_by_the_parent_project-a873974f197c1e37.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/list_projects_filtered_by_the_parent_project-a873974f197c1e37.yaml (limited to 'releasenotes') 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. -- cgit v1.2.1