summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandy Walsh <sandy.walsh@rackspace.com>2011-02-14 14:54:04 -0800
committerSandy Walsh <sandy.walsh@rackspace.com>2011-02-14 14:54:04 -0800
commit1da5dcc0644a13cfb99852f3438649f710feb2bc (patch)
treeefc14e222cf9cadf32cee083fece46f2084bc880
parent6147a606cbe6b7e764865d2471d86f503437051b (diff)
downloadnova-1da5dcc0644a13cfb99852f3438649f710feb2bc.tar.gz
nova-1da5dcc0644a13cfb99852f3438649f710feb2bc.tar.xz
nova-1da5dcc0644a13cfb99852f3438649f710feb2bc.zip
removed debugging
-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 a383ef086..473071738 100644
--- a/nova/api/openstack/auth.py
+++ b/nova/api/openstack/auth.py
@@ -79,7 +79,6 @@ class AuthMiddleware(wsgi.Middleware):
except KeyError:
return faults.Fault(webob.exc.HTTPUnauthorized())
- logging.debug("**** USERNAME %s, PASSWORD %s" % (username, key))
token, user = self._authorize_user(username, key, req)
if user and token:
res = webob.Response()