summaryrefslogtreecommitdiffstats
path: root/keystone/auth
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2013-03-06 10:08:59 -0500
committerGerrit Code Review <review@openstack.org>2013-03-15 01:07:21 +0000
commit2295db446dc95dd43a4a17ba20d1f328d45e0a28 (patch)
tree8f3b3ae213a1773b7aaa66d8b69d27794086e105 /keystone/auth
parenta15dfd93328fdc93a8fc5ddc96f3e89a603c1cd6 (diff)
downloadkeystone-2295db446dc95dd43a4a17ba20d1f328d45e0a28.tar.gz
keystone-2295db446dc95dd43a4a17ba20d1f328d45e0a28.tar.xz
keystone-2295db446dc95dd43a4a17ba20d1f328d45e0a28.zip
No parent exception to wrap
Change-Id: I60b3555e032a126554a57bf5ef7a2e636cf9f5db
Diffstat (limited to 'keystone/auth')
-rw-r--r--keystone/auth/plugins/token.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystone/auth/plugins/token.py b/keystone/auth/plugins/token.py
index bb7b8d58..1b94170d 100644
--- a/keystone/auth/plugins/token.py
+++ b/keystone/auth/plugins/token.py
@@ -49,7 +49,7 @@ class Token(auth.AuthMethodHandler):
user_context['method_names'].extend(
token_ref['token_data']['token']['methods'])
if 'trust' in token_ref['token_data']:
- raise exception.Forbidden(e)
+ raise exception.Forbidden()
except AssertionError as e:
LOG.error(e)
raise exception.Unauthorized(e)