Merge "Fix retry logic"
This commit is contained in:
@@ -1221,7 +1221,7 @@ class AuthProtocol(object):
|
|||||||
response.status_code)
|
response.status_code)
|
||||||
if retry:
|
if retry:
|
||||||
self.LOG.info('Retrying validation')
|
self.LOG.info('Retrying validation')
|
||||||
return self._validate_user_token(user_token, env, False)
|
return self.verify_uuid_token(user_token, False)
|
||||||
else:
|
else:
|
||||||
self.LOG.warn("Invalid user token. Keystone response: %s", data)
|
self.LOG.warn("Invalid user token. Keystone response: %s", data)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user