Comment 2 for bug 1180604

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

Reviewed: https://review.openstack.org/29329
Committed: http://github.com/openstack/nova/commit/4814a146712b21fa30236cef5f7d741c6ce337b6
Submitter: Jenkins
Branch: master

commit 4814a146712b21fa30236cef5f7d741c6ce337b6
Author: Rick Harris <email address hidden>
Date: Thu May 16 00:18:12 2013 +0000

    Add ImageNotActive check for instance rebuild

    We have a check in place on create to test whether the image is marked
    as deleted in Glance that doesn't exist on the rebuild method. This
    patch adds that check and tests, with a follow-on patch forthcoming to
    refactor the code to a shared method.

    Fixes bug 1180604

    Change-Id: I1e75313a72d2197e83f7dacf6bcbd6750dd490cd