diff options
| author | Alex Meade <alex.meade@rackspace.com> | 2011-08-17 12:37:50 -0400 |
|---|---|---|
| committer | Alex Meade <alex.meade@rackspace.com> | 2011-08-17 12:37:50 -0400 |
| commit | fdfd551dd46b831f5c44a8c62614de7bcbc1a5eb (patch) | |
| tree | 45e3f54f2ab0c80a64e79478eaed0927bcecfb45 /nova/api | |
| parent | 289219f8ef7ae677aaa8d0720167470e80843fe1 (diff) | |
| download | nova-fdfd551dd46b831f5c44a8c62614de7bcbc1a5eb.tar.gz nova-fdfd551dd46b831f5c44a8c62614de7bcbc1a5eb.tar.xz nova-fdfd551dd46b831f5c44a8c62614de7bcbc1a5eb.zip | |
very minor cleanup
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/openstack/auth.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/api/openstack/auth.py b/nova/api/openstack/auth.py index d14553cd4..b6ff1126b 100644 --- a/nova/api/openstack/auth.py +++ b/nova/api/openstack/auth.py @@ -113,7 +113,6 @@ class AuthMiddleware(wsgi.Middleware): LOG.warn(msg) return faults.Fault(webob.exc.HTTPUnauthorized(explanation=msg)) - # Gabe did this. def _get_auth_header(key): """Ensures that the KeyError returned is meaningful.""" try: |
