Comment 13 for bug 1839715

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to masakari (stable/train)

Reviewed: https://review.opendev.org/c/openstack/masakari/+/787900
Committed: https://opendev.org/openstack/masakari/commit/9eff08c7a8041c28a5f9c5ecb2b9915e7f42ce8c
Submitter: "Zuul (22348)"
Branch: stable/train

commit 9eff08c7a8041c28a5f9c5ecb2b9915e7f42ce8c
Author: Dmitriy Rabotyagov <email address hidden>
Date: Sat May 16 12:22:13 2020 +0300

    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
    (cherry picked from commit 4322968b893b242f229912c2b70e3895f0227402)
    (cherry picked from commit 35519c0ce02092aaef6b802817b74d017a84b08b)