e246732670
Keystone let's users remove role assignments that reference non-existent users and groups. This is nice when keystone backs to an identity store like LDAP and users or groups are removed. Previously, openstackclient would validate the user and group existed in keystone before sending the request to delete the role assignment. This commit updates the code to bypass that validation so that users can use IDs to forcibly cleanup role assignments. Change-Id: I102b41677736bbe37a82abaa3c5b3e1faf2475d5 Story: 2006635 Task: 36848
8 lines
194 B
YAML
8 lines
194 B
YAML
---
|
|
fixes:
|
|
- |
|
|
You can now remove role assignments from keystone that reference non-existent
|
|
users or groups.
|
|
|
|
[Bug `2006635 <https://storyboard.openstack.org/#!/story/2006635>`_]
|