Comment 2 for bug 1257498

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

Reviewed: https://review.openstack.org/60372
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=c849b995623a5d1767f798142019a5f152a0bd61
Submitter: Jenkins
Branch: master

commit c849b995623a5d1767f798142019a5f152a0bd61
Author: Yanis Guenane <email address hidden>
Date: Thu Dec 5 22:43:33 2013 +0000

    Cleanly fail when location URI is malformed

    At the moment when a malformed URI is passed at either image creation
    or update Glance fails with an Error 500. This commit allows Glance
    to fails cleanly with a 400 BadStoreUri.

    Change-Id: Iffe9be3b65758d18c7e7f96b3ceb3399b9748b63
    Closes-bug: #1257498