Comment 2 for bug 1251822

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

Reviewed: https://review.openstack.org/56753
Committed: http://github.com/openstack/nova/commit/65ae11285fc2e3e11d5d07ad1e253f1a4f8ebccf
Submitter: Jenkins
Branch: master

commit 65ae11285fc2e3e11d5d07ad1e253f1a4f8ebccf
Author: Jay Lau <email address hidden>
Date: Fri Nov 22 12:14:40 2013 +0800

    libvirt: Fix log message when disable/enable a host

    When disable/enable a host, the log message is not correct. As
    nova compute will log message saying the host was disabled when
    enable a host and log message saying the host was enabled when
    disable a host.

    We should do as this:
    update to disable -> log message should be the host was disabled
    update to enable -> log message should be the host was enabled

    Change-Id: I394e92fe6fe5ffa06464f1ba93e9fc2acec942ef
    Closes-Bug: #1251822