[Openstack-operators] Help with glance issue after upgrade from Icehouse to Juno
Fox, Kevin M
Kevin.Fox at pnnl.gov
Fri Mar 6 20:08:47 UTC 2015
What about the other glance logfiles? It looks like it may be calling out to a different server and thats failing...
Thanks,
Kevin
________________________________
From: Nathan Stratton [nathan at robotics.net]
Sent: Friday, March 06, 2015 11:42 AM
To: openstack-oper.
Subject: [Openstack-operators] Help with glance issue after upgrade from Icehouse to Juno
Everything is working but glance, I can't even glance image-list. My logs don't look like they are saying anything useful.
2015-03-06 14:39:19.625 3973 INFO glance.registry.client.v1.client [1e5b5ed8-430a-4aec-928b-ebe14573ce42 a7602f2a62f046cda415c2ef3ff0a91c b2b9a5f24d4b48d687efa67efde1dd6d - - -] Registry client request GET /images/detail raised ServerError
2015-03-06 14:39:19.626 3973 INFO glance.wsgi.server [1e5b5ed8-430a-4aec-928b-ebe14573ce42 a7602f2a62f046cda415c2ef3ff0a91c b2b9a5f24d4b48d687efa67efde1dd6d - - -] Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/eventlet/wsgi.py", line 433, in handle_one_response
result = self.application(self.environ, start_response)
File "/usr/lib/python2.7/site-packages/webob/dec.py", line 130, in __call__
resp = self.call_func(req, *args, **self.kwargs)
File "/usr/lib/python2.7/site-packages/webob/dec.py", line 195, in call_func
return self.func(req, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/glance/common/wsgi.py", line 394, in __call__
response = req.get_response(self.application)
File "/usr/lib/python2.7/site-packages/webob/request.py", line 1296, in send
application, catch_exc_info=False)
File "/usr/lib/python2.7/site-packages/webob/request.py", line 1260, in call_application
app_iter = application(self.environ, start_response)
File "/usr/lib/python2.7/site-packages/webob/dec.py", line 130, in __call__
resp = self.call_func(req, *args, **self.kwargs)
File "/usr/lib/python2.7/site-packages/webob/dec.py", line 195, in call_func
return self.func(req, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/osprofiler/web.py", line 99, in __call__
return request.get_response(self.application)
File "/usr/lib/python2.7/site-packages/webob/request.py", line 1296, in send
application, catch_exc_info=False)
File "/usr/lib/python2.7/site-packages/webob/request.py", line 1260, in call_application
app_iter = application(self.environ, start_response)
File "/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token.py", line 748, in __call__
return self._call_app(env, start_response)
File "/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token.py", line 684, in _call_app
return self._app(env, _fake_start_response)
File "/usr/lib/python2.7/site-packages/webob/dec.py", line 130, in __call__
resp = self.call_func(req, *args, **self.kwargs)
File "/usr/lib/python2.7/site-packages/webob/dec.py", line 195, in call_func
return self.func(req, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/glance/common/wsgi.py", line 394, in __call__
response = req.get_response(self.application)
File "/usr/lib/python2.7/site-packages/webob/request.py", line 1296, in send
application, catch_exc_info=False)
File "/usr/lib/python2.7/site-packages/webob/request.py", line 1260, in call_application
app_iter = application(self.environ, start_response)
File "/usr/lib/python2.7/site-packages/paste/urlmap.py", line 203, in __call__
return app(environ, start_response)
File "/usr/lib/python2.7/site-packages/webob/dec.py", line 144, in __call__
return resp(environ, start_response)
File "/usr/lib/python2.7/site-packages/routes/middleware.py", line 131, in __call__
response = self.app(environ, start_response)
File "/usr/lib/python2.7/site-packages/webob/dec.py", line 144, in __call__
return resp(environ, start_response)
File "/usr/lib/python2.7/site-packages/webob/dec.py", line 130, in __call__
resp = self.call_func(req, *args, **self.kwargs)
File "/usr/lib/python2.7/site-packages/webob/dec.py", line 195, in call_func
return self.func(req, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/glance/common/wsgi.py", line 683, in __call__
request, **action_args)
File "/usr/lib/python2.7/site-packages/glance/common/wsgi.py", line 707, in dispatch
return method(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/glance/api/v1/images.py", line 347, in detail
images = registry.get_images_detail(req.context, **params)
File "/usr/lib/python2.7/site-packages/glance/registry/client/v1/api.py", line 150, in get_images_detail
return c.get_images_detailed(**kwargs)
File "/usr/lib/python2.7/site-packages/glance/registry/client/v1/client.py", line 144, in get_images_detailed
res = self.do_request("GET", "/images/detail", params=params)
File "/usr/lib/python2.7/site-packages/glance/registry/client/v1/client.py", line 130, in do_request
'exc_name': exc_name})
File "/usr/lib/python2.7/site-packages/glance/openstack/common/excutils.py", line 82, in __exit__
six.reraise(self.type_, self.value, self.tb)
File "/usr/lib/python2.7/site-packages/glance/registry/client/v1/client.py", line 115, in do_request
**kwargs)
File "/usr/lib/python2.7/site-packages/glance/common/client.py", line 68, in wrapped
return func(self, *args, **kwargs)
File "/usr/lib/python2.7/site-packages/glance/common/client.py", line 373, in do_request
headers=copy.deepcopy(headers))
File "/usr/lib/python2.7/site-packages/glance/common/client.py", line 85, in wrapped
return func(self, method, url, body, headers)
File "/usr/lib/python2.7/site-packages/glance/common/client.py", line 531, in _do_request
raise exception.ServerError()
ServerError: The request returned 500 Internal Server Error.
2015-03-06 14:39:19.627 3973 INFO glance.wsgi.server [1e5b5ed8-430a-4aec-928b-ebe14573ce42 a7602f2a62f046cda415c2ef3ff0a91c b2b9a5f24d4b48d687efa67efde1dd6d - - -] 10.71.0.218 - - [06/Mar/2015 14:39:19] "GET /v1/images/detail?sort_key=created_at&sort_dir=desc&limit=21&is_public=None HTTP/
1.1" 500 139 0.059383
><>
nathan stratton | vp technology | broadsoft, inc | +1-240-404-6580 | www.broadsoft.com<http://www.broadsoft.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20150306/fc2d593e/attachment.html>
More information about the OpenStack-operators
mailing list