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.
Reviewed: https:/ /review. openstack. org/282843 /git.openstack. org/cgit/ openstack/ watcher/ commit/ ?id=6e380b685bd 5e6b8feb9365799 da3e48867652fa
Committed: https:/
Submitter: Jenkins
Branch: master
commit 6e380b685bd5e6b 8feb9365799da3e 48867652fa
Author: Tin Lam <email address hidden>
Date: Sun Feb 21 01:38:51 2016 -0600
Update nova service state
The primitive ChangeNovaServi ceState 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: If3d9726bc5ae98 0b66c7fd4c5b798 6f89d8bc690
Closes-Bug: #1523891