Comment 2 for bug 1217838

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

Reviewed: https://review.openstack.org/44801
Committed: http://github.com/openstack/glance/commit/26a47e77238e98b25d5943cfa7f24cb20304580c
Submitter: Jenkins
Branch: master

commit 26a47e77238e98b25d5943cfa7f24cb20304580c
Author: sridevik <email address hidden>
Date: Mon Sep 16 06:29:24 2013 -0500

    Respond with 410 after upload if image was deleted

    When updating the image after upload, we should return an
    HTTPGone instead of a 500 error if the image cannot
    be found.
    This will provide more information to nova when this occurs
    during snapshotting.

    Fixes bug #1217838

    Change-Id: I6e9875a9ff95ed3e9c38685785473138327ad4a1