Comment 1 for bug 1523891

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

Reviewed: https://review.openstack.org/282843
Committed: https://git.openstack.org/cgit/openstack/watcher/commit/?id=6e380b685bd5e6b8feb9365799da3e48867652fa
Submitter: Jenkins
Branch: master

commit 6e380b685bd5e6b8feb9365799da3e48867652fa
Author: Tin Lam <email address hidden>
Date: Sun Feb 21 01:38:51 2016 -0600

    Update nova service state

    The primitive ChangeNovaServiceState allows us to change the state of
    the nova-compute by calling nova api. The state of a nova-compute can
    be ENABLED or DISABLED, however in the current implementation we use
    OFFLINE and ONLINE.

    Update the code to use ENABLED or DISABLED.

    Change-Id: If3d9726bc5ae980b66c7fd4c5b7986f89d8bc690
    Closes-Bug: #1523891