Comment 12 for bug 1257273

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

Reviewed: https://review.openstack.org/95656
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=19de1156c7af684a22b0ecc558c5ea6ed24b7a78
Submitter: Jenkins
Branch: stable/icehouse

commit 19de1156c7af684a22b0ecc558c5ea6ed24b7a78
Author: Jon Bernard <email address hidden>
Date: Fri Dec 13 11:12:34 2013 -0500

    Prevent creation of http images with invalid URIs

    Active images should always be ready to be downloaded, regardless
    they're locally or remotely stored. This patch prevents images with
    invalid location URIs from being created and entering the 'active'
    state with no data. This is only for the HTTP store.

    Closes-Bug: #1257273
    Co-authored: Jon Bernard <email address hidden>

    Change-Id: Iffce79b654cabe8397c85b2cc50c4b7f59733ea5
    (cherry picked from commit 503be24afa122eef08186001e54c1e1180114ccf)