Comment 11 for bug 1251803

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

Reviewed: https://review.openstack.org/59998
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=7265471a229d9bdf2ecdb6d52d6d3f142b1100b3
Submitter: Jenkins
Branch: master

commit 7265471a229d9bdf2ecdb6d52d6d3f142b1100b3
Author: Jay Lau <email address hidden>
Date: Tue Dec 24 13:20:13 2013 +0800

    libvirt: Set "Disabled Reason" to None when enable nova compute

    When use "nova host-update" to enable nova compute, the column of
    "Disabled Reason" will be set as empty, this will make the
    "Disabled Reason" is not consistent with other services.

    +------------------+------+----------+---------+-----------------+
    | Binary | Host | Zone | ... | Disabled Reason |
    +------------------+------+----------+---------+-----------------+
    | nova-conductor | jay1 | internal | ... | None |
    | nova-cert | jay1 | internal | ... | None |
    | nova-scheduler | jay1 | internal | ... | None |
    | nova-compute | jay1 | nova | ... | |
    | nova-consoleauth | jay1 | internal | ... | None |
    +------------------+------+----------+---------+-----------------+

    The fix was set the "Disabled Reason" to None when enable a nova
    compute.

    Change-Id: Ief1f21ba450812a240d30104624bcec92e3f989e
    Partial-Bug: #1251803