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:
parent
cbac9379ad
commit
19213304d2
@ -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}
|
Loading…
x
Reference in New Issue
Block a user