
Nova services and hypervisor naming can differ, as they retireve node names in different way. In the meanwhile we operate with nova.services while enabling/disabling nodes duringh the incident. So we're supposed to have in database record matching to what we have in service list, but not in hypervisor list. Closes-Bug: #1839715 Change-Id: I9c591d33f17a8d5950bdb1fc2d686e2301fc6d95
8 lines
304 B
YAML
8 lines
304 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes validation of compute host existence from checking hypervisor list
|
|
to compute service list. Since masakari needs to match nova compute service
|
|
hostname with the one in pacemaker cluster and added to API for correctly
|
|
processing hostmonitors failover notifications.
|