94d8577365
Adds a new client lib to handle the domain configuration API. The domain configuration API is part of the standard keystone v3 API [0]. This patch also adds unit tests and API tests for the domain configuration client. Most of its APIs are RULE_ADMIN_REQUIRED [1] and so the API tests are included in the admin namespace. [0] https://developer.openstack.org/api-ref/identity/v3/ [1] https://github.com/openstack/keystone/blob/master/keystone/common/policies/domain_config.py Change-Id: I2f6229076aa7d2939dd91c487085ea73de001403
6 lines
114 B
YAML
6 lines
114 B
YAML
---
|
|
features:
|
|
- |
|
|
Add a new client to handle the domain configuration feature from the
|
|
identity v3 API.
|