Comment 3 for bug 1304968

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

Reviewed: https://review.openstack.org/86389
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=53ad788af6ced83bd9d6e58a25196a325d60fc4e
Submitter: Jenkins
Branch: master

commit 53ad788af6ced83bd9d6e58a25196a325d60fc4e
Author: Dan Smith <email address hidden>
Date: Wed Apr 9 09:29:09 2014 -0700

    Read deleted instances during lifecycle events

    This prevents us from failing to find the associated instance if
    the lifecycle event happens after the instance has been deleted,
    as in the case of a ... delete.

    Change-Id: I819ddf8ff68edc407d7932bf43771c440f514f26
    Closes-bug: #1304968