Comment 9 for bug 1917793

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/796998
Committed: https://opendev.org/openstack/neutron/commit/a23accea9b912d844ff937123d2ece022698edf6
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit a23accea9b912d844ff937123d2ece022698edf6
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

    Conflicts:
        neutron/agent/l3/keepalived_state_change.py

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