356bb48382
Migrate v3 API credentials_client to tempest.lib and add unit tests for the service client. Partially implements blueprint consistent-service-method-names Change-Id: I0ae04d76738fe6f639d90af8c142bdbc6a1fa83f
16 lines
449 B
YAML
16 lines
449 B
YAML
---
|
|
features:
|
|
- |
|
|
Define identity service clients as libraries.
|
|
Add new service clients to the library interface so the other projects can use these modules as stable libraries without
|
|
any maintenance changes.
|
|
|
|
* identity_client(v2)
|
|
* groups_client(v3)
|
|
* trusts_client(v3)
|
|
* users_client(v3)
|
|
* identity_client(v3)
|
|
* roles_client(v3)
|
|
* inherited_roles_client(v3)
|
|
* credentials_client(v3)
|