vm workload strategy does not change nova service state
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| watcher |
High
|
Jinquan Ni |
Bug Description
The VM workload consolidation strategy does not change nova-compute service state.
The strategy creates an action to turn of nova-compute service but the value given to watcher-applier is incorrect.
The strategy sends 'down' instead of 'disabled' and it should be corrected. The same applies for enabling nova-compute service.
Changed in watcher: | |
importance: | Undecided → High |
Changed in watcher: | |
assignee: | nobody → Jinquan Ni (ni-jinquan) |
Changed in watcher: | |
status: | New → Triaged |
Changed in watcher: | |
status: | Triaged → In Progress |
Changed in watcher: | |
milestone: | none → newton-2 |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 80abcd6fd9d082d
Author: jinquanni <email address hidden>
Date: Thu Jun 16 20:39:32 2016 +0800
Use disabled/enabled to change service state
The VM workload consolidation strategy sends 'down' instead
of 'disabled' to change nova-compute service state. This patch
will correct it. The same applies for enabling nova-compute service.
Change-Id: I257411ef711b21
Closes-Bug: #1591901
Changed in watcher: | |
status: | In Progress → Fix Released |
This issue was fixed in the openstack/watcher 0.28.0 release.
Fix proposed to branch: master /review. openstack. org/330507
Review: https:/