Add release note for new role client methods

Added a release note to advertise the new client methods added in [1].

[1] https://review.opendev.org/743865

Change-Id: I9fa056625af2b2c6327f41f599abdd7a59b174b4
This commit is contained in:
Colleen Murphy 2020-11-16 17:50:32 -08:00 committed by Ghanshyam
parent cbac9379ad
commit 19213304d2
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
---
features:
- |
Added methods to the identity v3 roles client to support:
- PUT /v3/system/users/{user}/roles/{role}
- GET /v3/system/users/{user}/roles
- GET /v3/system/users/{user}/roles/{role}
- DELETE /v3/system/users/{user}/roles/{role}
- PUT /v3/system/groups/{group}/roles/{role}
- GET /v3/system/groups/{group}/roles
- GET /v3/system/groups/{group}/roles/{role}
- DELETE /v3/system/groups/{group}/roles/{role}