summaryrefslogtreecommitdiffstats
path: root/nova/api
diff options
context:
space:
mode:
authorEd Leafe <ed@leafe.com>2011-07-01 20:33:00 +0000
committerEd Leafe <ed@leafe.com>2011-07-01 20:33:00 +0000
commit2dc2a5f66dc039ff1755981374f4065d048bcc26 (patch)
treee30f09638d655be0f60dbed38a10d2cc7fa9ddb3 /nova/api
parent49c8202f43b9f606d9bd0a362b5805be98460326 (diff)
downloadnova-2dc2a5f66dc039ff1755981374f4065d048bcc26.tar.gz
nova-2dc2a5f66dc039ff1755981374f4065d048bcc26.tar.xz
nova-2dc2a5f66dc039ff1755981374f4065d048bcc26.zip
removed more stray debug output
Diffstat (limited to 'nova/api')
-rw-r--r--nova/api/openstack/auth.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/api/openstack/auth.py b/nova/api/openstack/auth.py
index 6231216c9..7c3e683d6 100644
--- a/nova/api/openstack/auth.py
+++ b/nova/api/openstack/auth.py
@@ -100,7 +100,6 @@ class AuthMiddleware(wsgi.Middleware):
token, user = self._authorize_user(username, key, req)
if user and token:
- print "TOKEN:", token['token_hash']
res = webob.Response()
res.headers['X-Auth-Token'] = token['token_hash']
res.headers['X-Server-Management-Url'] = \