openstack-python-openstackc.../openstackclient/tests/unit
Lance Bragstad b30843cee3 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
(cherry picked from commit e246732670)
2020-08-19 10:49:55 -05:00
..
api Add storage policy option to create container command 2020-02-19 10:08:48 +13:00
common Replace assertItemsEqual with assertCountEqual 2020-06-11 09:48:05 +00:00
compute Switch image to use SDK 2020-03-23 14:38:32 -05:00
identity Bypass user and group verification in RemoveRole 2020-08-19 10:49:55 -05:00
image Complete switch from glanceclient to SDK for image service 2020-03-24 13:13:06 +00:00
integ Raise flake8-import-order version to latest 2020-01-10 14:21:47 -06:00
network Fix ussuri jobs 2020-06-03 13:26:08 +02: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