masakari/releasenotes/notes/compute_search-3da97e69e661a73f.yaml
Dmitriy Rabotyagov 4322968b89 Search in nova services instead of hypervisors
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
2020-09-16 20:06:31 +02:00

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.