Comment 7 for bug 1917793

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/796865
Committed: https://opendev.org/openstack/neutron/commit/8576690c19015f869dc2e454d16752b69490b99e
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 8576690c19015f869dc2e454d16752b69490b99e
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)