yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #08577
[Bug 1257234] Re: HTTP Store is hiding errors from the remote location
** Changed in: glance
Status: Fix Committed => Fix Released
** Changed in: glance
Milestone: None => icehouse-2
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1257234
Title:
HTTP Store is hiding errors from the remote location
Status in OpenStack Image Registry and Delivery Service (Glance):
Fix Released
Bug description:
If the remote location fails to return the image and raises an error,
the http store doesn't show it in the logs, which makes debugging very
difficult:
https://github.com/openstack/glance/blob/master/glance/store/http.py
# Check for bad status codes
if resp.status >= 400:
reason = _("HTTP URL returned a %s status code.") % resp.status
raise exception.BadStoreUri(loc.path, reason)
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1257234/+subscriptions