Comment 8 for bug 1917793

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/796866
Committed: https://opendev.org/openstack/neutron/commit/a3ba317b8c58776cc3fdde80272871cf6aa6714d
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit a3ba317b8c58776cc3fdde80272871cf6aa6714d
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Fri Mar 5 17:30:14 2021 +0000

    Read keepalived initial state in parallel to interface monitoring

    The initial router state method is now a thread that is executed
    in parallel with the "ip monitor" thread. If by any circumstance
    this thread does not read the interface IP addresses on time, the
    state of the router will be defined as "backup".

    Related-Bug: #1917793

    Change-Id: If76c6ee1734f544abdd4196431351d4328ad26fd
    (cherry picked from commit c1ade52fda59163510dd0959ab72c442d1d07027)