tempest/releasenotes/notes/add-new-identity-clients-as-library-5f7ndha733nwdsn9.yaml
Martin Kopec 356bb48382 Define v3 credentials_client as library
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
2016-09-09 14:29:01 +02:00

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)