openstack-python-openstackc.../openstackclient/tests/unit
Lance Bragstad e246732670 Bypass user and group verification in RemoveRole
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
2020-08-12 12:24:17 -05:00
..
api Make container list --all work 2020-05-16 14:40:28 +00:00
common Merge "Add '--force; parameter to 'openstack quota set'" 2020-07-06 20:50:24 +00:00
compute Correct image lookup during server rebuild 2020-05-04 16:06:02 -07:00
identity Bypass user and group verification in RemoveRole 2020-08-12 12:24:17 -05:00
image Expose flag for forcing use of import for images 2020-06-30 07:02:23 -05:00
integ Remove os-client-config references 2020-06-08 16:20:28 -05:00
network Merge "port: add --host to list command" 2020-06-26 01:13:35 +00:00
object Add storage policy option to create container command 2020-02-19 10:08:48 +13:00
volume Switch image to use SDK 2020-03-23 14:38:32 -05:00
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
fakes.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
test_shell.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
utils.py Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00