Remove revocation API dependency from identity API

The revocation API was listed as a dependency of the identity API,
but it was never used. If it was no longer being used, we shouldn't
make the identity API load it.

Change-Id: I8137b1e9f7058572c1cf8de2ead4d5b42212f098
partial-bug: 1671887
This commit is contained in:
Lance Bragstad 2017-03-20 16:04:36 +00:00 committed by Steve Martinelli
parent 5da9d11e46
commit b4cef3de50
1 changed files with 1 additions and 2 deletions

View File

@ -438,8 +438,7 @@ def exception_translated(exception_type):
@notifications.listener
@dependency.provider('identity_api')
@dependency.requires('assignment_api', 'credential_api', 'id_mapping_api',
'resource_api', 'revoke_api', 'shadow_users_api',
'federation_api')
'resource_api', 'shadow_users_api', 'federation_api')
class Manager(manager.Manager):
"""Default pivot point for the Identity backend.