ChangeNovaServiceState

Bug #1523891 reported by Jean-Emile DARTOIS
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
watcher
Fix Released
Low
Tin Lam

Bug Description

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.

So we need update the code :
HypervisorState.OFFLINE have to be replace by HypervisorState.DISABLED
HypervisorState.ONLINE have to be replace by HypervisorState.ENABLED

description: updated
description: updated
Changed in watcher:
assignee: nobody → Gábor Antal (gabor.antal)
description: updated
Changed in watcher:
importance: Undecided → Low
milestone: none → mitaka-2
Changed in watcher:
milestone: mitaka-2 → mitaka-3
Tin Lam (lamt)
Changed in watcher:
assignee: Gábor Antal (gabor.antal) → Tin Lam (tl3438)
status: New → In Progress
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

Changed in watcher:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.