Comment 3 for bug 1241681

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

Reviewed: https://review.openstack.org/52691
Committed: http://github.com/openstack/nova/commit/0c409d98bb8f04bc1ba9a47d86c13678ab9221e5
Submitter: Jenkins
Branch: master

commit 0c409d98bb8f04bc1ba9a47d86c13678ab9221e5
Author: Andrew Melton <email address hidden>
Date: Tue Oct 29 11:08:30 2013 -0400

    Send delete.end with latest instance state

    Delete.end notifications were getting sent with a blank deleted_at
    field. This meant that services listening to notifications for
    instance state changes could potentially never get the instances
    deleted_at value. The instance usage audit notification would be
    the only source for that value.

    This change returns the destroyed instance from the conductor API
    and sends the delete.end notification with that state, containing
    the deleted_at value which was just set.

    UpgradeImpact
    Closes-Bug: #1241681
    Change-Id: I3481e0bada1711c3bff50f249f6a2b40a4ea6855