60ebc5d0e3
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
7 lines
192 B
YAML
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.
|