Comment 12 for bug 1043861

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

Reviewed: https://review.openstack.org/48647
Committed: http://github.com/openstack/nova/commit/54f465fc63d0ded7d40704f7513d69efd986dba8
Submitter: Jenkins
Branch: master

commit 54f465fc63d0ded7d40704f7513d69efd986dba8
Author: Jay Lau <email address hidden>
Date: Fri Sep 27 20:52:48 2013 +0800

    Add notification for pause/unpause instance

    When pause/unpause instance, there are no notifications, this
    will cause someone cannot know when pause/unpause operation
    would be finished.

    All other instance operations do have notifications. We should
    also add notification support for those two operations.

    Change-Id: I5b8cc33a5992f5f028a3220217dcf7a0288d150d
    Closes-Bug: #1043861