ChangeNovaServiceState
Bug #1523891 reported by
Jean-Emile DARTOIS
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
watcher |
Fix Released
|
Low
|
Tin Lam |
Bug Description
The Primitive ChangeNovaServi
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
HypervisorState
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 |
Changed in watcher: | |
assignee: | Gábor Antal (gabor.antal) → Tin Lam (tl3438) |
status: | New → In Progress |
To post a comment you must log in.
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