Merge "fix: miss attr _discovery_cache in ServiceTokenAuthWrapper"

This commit is contained in:
Zuul 2022-05-06 17:06:19 +00:00 committed by Gerrit Code Review
commit 03a9dbb948
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ __all__ = ('ServiceTokenAuthWrapper',)
class ServiceTokenAuthWrapper(plugin.BaseAuthPlugin):
def __init__(self, user_auth, service_auth):
super(ServiceTokenAuthWrapper, self).__init__()
self.user_auth = user_auth
self.service_auth = service_auth