summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--keystone/common/controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/common/controller.py b/keystone/common/controller.py
index f19f13ec..0ad1efa3 100644
--- a/keystone/common/controller.py
+++ b/keystone/common/controller.py
@@ -313,7 +313,7 @@ class V3Controller(V2Controller):
# worth the duplication of state
try:
token_ref = self.token_api.get_token(
- context=context, token_id=context['token_id'])
+ token_id=context['token_id'])
except exception.TokenNotFound:
LOG.warning(_('Invalid token in normalize_domain_id'))
raise exception.Unauthorized()