glance/glance/api
ankitagrawal 6982284218 Glance returns HTTP 500 for image download
HTTPInternalServerError 500 response is returned to the user while
image server is down during downloading the image. When glance tries
to download the image from the remote location (image server) which
is down, Connection refused ECONNREFUSED error is raised on the
glance server.

Raised RemoteServiceUnavailable exception from glance_store and handle
it in v1 and v2 api's to return 503 HTTPServiceUnavailable response
to user.

Note: Please refer below link to check glance_store related changes
which addresses this issue partially.
I065b9a3e8e674ea74ff8563aad99d7d022417caa

Closes-Bug: #1379798
Change-Id: I45099153e75d53b028e249fad8a4d944d38adf65
2015-02-25 05:48:30 +00:00
..
middleware Simplify context by using oslo.context 2015-02-02 09:51:52 +01:00
v1 Glance returns HTTP 500 for image download 2015-02-25 05:48:30 +00:00
v2 Glance returns HTTP 500 for image download 2015-02-25 05:48:30 +00:00
__init__.py Move from oslo.config to oslo_config 2015-01-12 14:34:22 +00:00
authorization.py Redundant __init__ def in api.authorization.MetadefTagProxy 2015-01-26 19:53:01 -08:00
cached_images.py Remove vim header 2014-01-14 16:03:28 +00:00
common.py Move from oslo.config to oslo_config 2015-01-12 14:34:22 +00:00
policy.py Merge "Move from oslo.config to oslo_config" 2015-01-22 03:43:02 +00:00
property_protections.py hacking: upgrade to 0.9.x serie 2014-10-06 14:41:03 +02:00
versions.py Move from oslo.config to oslo_config 2015-01-12 14:34:22 +00:00