Comment 5 for bug 1803299

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

Reviewed: https://review.openstack.org/618093
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=94d3a0a14d574589f8d45c788a6f896cbcc09f41
Submitter: Zuul
Branch: master

commit 94d3a0a14d574589f8d45c788a6f896cbcc09f41
Author: Abhishek Kekane <email address hidden>
Date: Thu Nov 15 07:32:47 2018 +0000

    Failure in web-dowload kept image in importing state

    As of now if import using web-download method fails due to invalid
    uri, image remains in 'importing' state. As the image is in 'importing'
    state it is not of any use to end-user.

    Resetting it to queued state, so that user can try again uploading/importing
    data to the same image.

    Change-Id: Iaa26922a9cf5a419c3da23bdfc347a6fdf6cb549
    Closes-Bug: #1803299