tempest/releasenotes/notes/list-auth-domains-v3-endpoint-9ec60c7d3011c397.yaml
Felipe Monteiro 60ebc5d0e3 List auth domains v3 identity endpoint
This commit adds ``list_auth_domains`` to the v3 identity
client.

Note that the related test doesn't require admin credentials [0]
yet has been created in the admin sub-folder for identity
because ``test_list_auth_projects`` was already present therein.

[0] 82f60fe22c/keystone/auth/controllers.py (L410)

Change-Id: Ie50c30bfff1900a9056aaedca7ba15b0d9573eab
2017-10-26 03:40:58 +00:00

7 lines
192 B
YAML

---
features:
- |
Add ``list_auth_domains`` API endpoint to the identity v3 client. This
allows the possibility of listing all domains a user has access to
via role assignments.