openstacksdk/releasenotes/notes/add-dns-resource-list-by-project-8b5479a045ef7373.yaml
Jan Hartkopf e7bdb02f90 Allow project switching for Designate API
Contrary to other OpenStack APIs, the Designate v2 API
implements project switching based on HTTP headers, especially
x-auth-sudo-project-id and x-auth-all-projects.

This commit adds feature parity with other OpenStack APIs, i. e.
direct usage of parameters "project_id" and "all_projects" for
DNS resource list operations.

Story: 2010909
Task: 48748
Change-Id: I1cb1efbf1f243cca0c5bb6e1058d25b2ad863355
Signed-off-by: Jan Hartkopf <jhartkopf@inovex.de>
2024-02-27 16:56:36 +01:00

7 lines
179 B
YAML

---
features:
- |
Add functionality to list DNS resources for a certain project only,
or for all projects, using the new `project_id` and `all_projects`
parameters.