keystone/keystone
Richard Avelar 14ff6e467e Remove unused revoke_by_domain_role_assignment
This patch removes a method that wasn't being used anymore anywhere
except for a single unit test. In addition, we no longer need to store
the revocation event when the token provider API will rebuild the
token context at validation time. Some of the test coverage for this
behavior can be located here:
https://github.com/openstack/keystone/blob/master/keystone/tests/unit/test_v3_assignment.py#L1175-L1177
https://github.com/openstack/keystone/blob/master/keystone/tests/unit/test_v3_assignment.py#L1191-L1193
https://github.com/openstack/keystone/blob/master/keystone/tests/unit/test_v3_assignment.py#L1311

Change-Id: I1ee53f15ec6b2dae10bfbd0fc3435e018f26f04b
partial-bug: 1671887
2017-03-24 15:22:04 +00:00
..
assignment Remove unnecessary revocation events 2017-03-24 15:21:03 +00:00
auth Remove unused variable 2017-03-03 15:46:05 +01:00
catalog Do not call to_dict outside of a session context 2017-01-25 06:12:20 +00:00
cmd Modify examples to use v3 URLs 2017-03-02 12:55:50 -08:00
common Policy in code (part 5) 2017-03-23 17:40:35 +00:00
conf Merge "Use HostAddressOpt for opts that accept IP and hostnames" 2017-03-22 16:35:53 +00:00
contrib Merge "Fix the s3tokens endpoint" 2017-03-09 17:08:52 +00:00
credential Fix bad error message from FernetUtils 2017-01-30 19:11:49 -08:00
endpoint_policy Merge "Create unit tests for endpoint policy drivers" 2016-11-10 13:45:23 +00:00
federation Use https for docs.openstack.org references 2017-01-30 16:05:08 -08:00
identity Speed up check_user_in_group for LDAP users 2017-03-21 23:14:58 +01:00
locale Imported Translations from Zanata 2017-02-25 06:59:01 +00:00
middleware Deprecate (and emit message) AdminTokenAuthMiddleware 2017-02-09 18:16:48 +00:00
models Change is_admin_project to False by default 2017-03-03 14:51:23 -06:00
oauth1 Use https for docs.openstack.org references 2017-01-30 16:05:08 -08:00
policy Policy in code 2017-03-22 22:19:58 +00:00
releasenotes/notes Minor cleanup from patch 429047 2017-03-03 16:56:08 +00:00
resource Remove logging import unused 2017-02-16 10:23:14 +07:00
revoke Remove unused revoke_by_domain_role_assignment 2017-03-24 15:22:04 +00:00
server Move driver loading inside of dict 2017-03-03 12:10:44 -05:00
tests Remove unused revoke_by_domain_role_assignment 2017-03-24 15:22:04 +00:00
token Merge "Exclusively use restore_padding method in unpacking fernet tokens" 2017-02-28 02:29:07 +00:00
trust Remove eventlet-related call to sleep 2016-11-24 12:43:18 +00:00
v2_crud Use https for docs.openstack.org references 2017-01-30 16:05:08 -08:00
version Use https for docs.openstack.org references 2017-01-30 16:05:08 -08:00
__init__.py Revert "Disable eventlet monkey-patching of DNS" 2013-05-10 10:24:48 -04:00
exception.py Use httplib constants for http status codes 2017-02-03 14:54:09 -08:00
i18n.py Use https for docs.openstack.org references 2017-01-30 16:05:08 -08:00
notifications.py Remove unused exceptions from CADF notifications 2017-01-04 18:11:30 +00:00