summaryrefslogtreecommitdiffstats
path: root/keystone/common
diff options
context:
space:
mode:
authortermie <github@anarkystic.com>2012-01-24 23:01:51 -0800
committertermie <github@anarkystic.com>2012-01-24 23:01:51 -0800
commitd4f2bf5fdefca433ee81075dd28be6f1b7387b50 (patch)
tree38da349f91cf0f4fd02ab4c6030f364cb17455df /keystone/common
parent608b9a270bf2bdc017e02d2575669ec62d0645e7 (diff)
add a bunch of basic tests for the cli
Diffstat (limited to 'keystone/common')
-rw-r--r--keystone/common/wsgi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/keystone/common/wsgi.py b/keystone/common/wsgi.py
index fafa9694..34caec2c 100644
--- a/keystone/common/wsgi.py
+++ b/keystone/common/wsgi.py
@@ -196,7 +196,6 @@ class Application(BaseApplication):
creds = user_token_ref['metadata'].copy()
creds['user_id'] = user_token_ref['user'].get('id')
creds['tenant_id'] = user_token_ref['tenant'].get('id')
- print creds
# Accept either is_admin or the admin role
assert self.policy_api.can_haz(context,
('is_admin:1', 'roles:admin'),