Created
April 12, 2012 17:15
-
-
Save bodepd/2369261 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2012-04-12 16:50:40 21718 DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [12/Apr/2012 16:50:40] "POST /v1/images HTTP/1.1" 500 3864 0.741307 | |
2012-04-12 16:51:23 21718 DEBUG [glance.api.middleware.version_negotiation] Processing request: GET /v1/images/detail Accept: | |
2012-04-12 16:51:23 21718 DEBUG [glance.api.middleware.version_negotiation] Matched versioned URI. Version: 1.0 | |
2012-04-12 16:51:23 21718 DEBUG [keystone.middleware.auth_token] Authenticating user token | |
2012-04-12 16:51:23 21718 DEBUG [keystone.middleware.auth_token] Removing headers from request environment: X-Identity-Status,X-Tenant-Id,X-Tenant-Name,X-User-Id,X-User-Name,X-Roles,X-User,X-Tenant,X-Role | |
2012-04-12 16:51:23 21718 DEBUG [routes.middleware] Matched GET /images/detail | |
2012-04-12 16:51:23 21718 DEBUG [routes.middleware] Route path: '/images/detail', defaults: {'action': u'detail', 'controller': <glance.common.wsgi.Resource object at 0x23b4cd0>} | |
2012-04-12 16:51:23 21718 DEBUG [routes.middleware] Match dict: {'action': u'detail', 'controller': <glance.common.wsgi.Resource object at 0x23b4cd0>} | |
2012-04-12 16:51:23 21718 DEBUG [eventlet.wsgi.server] Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/eventlet/wsgi.py", line 336, in handle_one_response | |
result = self.application(self.environ, start_response) | |
File "/usr/lib/python2.7/dist-packages/webob/dec.py", line 147, in __call__ | |
resp = self.call_func(req, *args, **self.kwargs) | |
File "/usr/lib/python2.7/dist-packages/webob/dec.py", line 210, in call_func | |
return self.func(req, *args, **kwargs) | |
File "/usr/lib/python2.7/dist-packages/glance/common/wsgi.py", line 279, in __call__ | |
response = req.get_response(self.application) | |
File "/usr/lib/python2.7/dist-packages/webob/request.py", line 1086, in get_response | |
application, catch_exc_info=False) | |
File "/usr/lib/python2.7/dist-packages/webob/request.py", line 1055, in call_application | |
app_iter = application(self.environ, start_response) | |
File "/usr/lib/python2.7/dist-packages/keystone/middleware/auth_token.py", line 176, in __call__ | |
return self.app(env, start_response) | |
File "/usr/lib/python2.7/dist-packages/webob/dec.py", line 147, in __call__ | |
resp = self.call_func(req, *args, **self.kwargs) | |
File "/usr/lib/python2.7/dist-packages/webob/dec.py", line 210, in call_func | |
return self.func(req, *args, **kwargs) | |
File "/usr/lib/python2.7/dist-packages/glance/common/wsgi.py", line 279, in __call__ | |
response = req.get_response(self.application) | |
File "/usr/lib/python2.7/dist-packages/webob/request.py", line 1086, in get_response | |
application, catch_exc_info=False) | |
File "/usr/lib/python2.7/dist-packages/webob/request.py", line 1055, in call_application | |
app_iter = application(self.environ, start_response) | |
File "/usr/lib/python2.7/dist-packages/webob/dec.py", line 159, in __call__ | |
return resp(environ, start_response) | |
File "/usr/lib/python2.7/dist-packages/routes/middleware.py", line 131, in __call__ | |
response = self.app(environ, start_response) | |
File "/usr/lib/python2.7/dist-packages/webob/dec.py", line 159, in __call__ | |
return resp(environ, start_response) | |
File "/usr/lib/python2.7/dist-packages/webob/dec.py", line 147, in __call__ | |
resp = self.call_func(req, *args, **self.kwargs) | |
File "/usr/lib/python2.7/dist-packages/webob/dec.py", line 210, in call_func | |
return self.func(req, *args, **kwargs) | |
File "/usr/lib/python2.7/dist-packages/glance/common/wsgi.py", line 477, in __call__ | |
request, **action_args) | |
File "/usr/lib/python2.7/dist-packages/glance/common/wsgi.py", line 494, in dispatch | |
return method(*args, **kwargs) | |
File "/usr/lib/python2.7/dist-packages/glance/api/v1/images.py", line 167, in detail | |
images = registry.get_images_detail(req.context, **params) | |
File "/usr/lib/python2.7/dist-packages/glance/registry/__init__.py", line 134, in get_images_detail | |
return c.get_images_detailed(**kwargs) | |
File "/usr/lib/python2.7/dist-packages/glance/registry/client.py", line 94, in get_images_detailed | |
res = self.do_request("GET", "/images/detail", params=params) | |
File "/usr/lib/python2.7/dist-packages/glance/common/client.py", line 58, in wrapped | |
return func(self, *args, **kwargs) | |
File "/usr/lib/python2.7/dist-packages/glance/common/client.py", line 420, in do_request | |
headers=headers) | |
File "/usr/lib/python2.7/dist-packages/glance/common/client.py", line 75, in wrapped | |
return func(self, method, url, body, headers) | |
File "/usr/lib/python2.7/dist-packages/glance/common/client.py", line 557, in _do_request | |
raise exception.ClientConnectionError(e) | |
ClientConnectionError: There was an error connecting to a server | |
Details: [Errno 111] ECONNREFUSED | |
2012-04-12 16:51:23 21718 DEBUG [eventlet.wsgi.server] 127.0.0.1 - - [12/Apr/2012 16:51:23] "GET /v1/images/detail HTTP/1.1" 500 3734 0.036861 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment