Comment 2 for bug 1742133

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

Reviewed: https://review.openstack.org/385644
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=df7442ee5aeb519d579208e71040af02fad6c428
Submitter: Zuul
Branch: master

commit df7442ee5aeb519d579208e71040af02fad6c428
Author: Béla Vancsics <email address hidden>
Date: Mon Jul 24 11:59:59 2017 +0200

    Transform rescue/unrescue instance notifications

    The rescue (instance.rescue.start and instance.rescue.end) and unrescue
    (instance.unrescue.start and instance.unrescue.end) notifications are
    transformed to the versioned framework.

    This patch also fixes the power state of the server
    when unrescuing it with the fake compute driver.

    Co-Authored-By: Takashi Natsume <email address hidden>
    Change-Id: Ib1d03c6d693e3b04886c638c956e35809fed8fc2
    Implements: bp versioned-notification-transformation-queens
    Closes-Bug: #1742133