Comment 2 for bug 919244

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (master)

Reviewed: https://review.openstack.org/3228
Committed: http://github.com/openstack/glance/commit/eb2ab3a40a7ddc6038a254c27870f92cfd012d24
Submitter: Jenkins
Branch: master

commit eb2ab3a40a7ddc6038a254c27870f92cfd012d24
Author: Kevin L. Mitchell <email address hidden>
Date: Fri Jan 20 13:31:47 2012 -0600

    Return 400 if registry returns 400.

    Fixes bug 919244. The registry would return 400 for invalid input,
    which resulted in an exception.Invalid being thrown in the registry
    client. There was no exception handler for this exception, so it
    got bubbled up and turned into a 500. This should fix the problem
    by adding the missing exception handlers.

    Change-Id: I75ecfec1c0b0b4b3df1a8c9ace83e75d19527c93