Comment 12 for bug 2020058

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/891296
Committed: https://opendev.org/openstack/neutron/commit/f26a30a03e61c51c0ed1cadba77d0e6a4443b8ae
Submitter: "Zuul (22348)"
Branch: stable/xena

commit f26a30a03e61c51c0ed1cadba77d0e6a4443b8ae
Author: Lucas Alvares Gomes <email address hidden>
Date: Thu Jul 20 10:25:23 2023 +0100

    [OVN] Retry retrieving LSP hosting information

    There's a sync issue while trying to fetch the hosting information for
    the LSP before we write it to the OVN database, sometimes the
    information is not yet present and we end up with an empty string ("")
    for the host attribute of portbindings. This patch adds a retry
    mechanism to solve this sync issue.

    Conflicts:
      neutron/tests/unit/plugins/ml2/drivers/ovn/mech_driver/ovsdb/test_ovn_client.py

    Change-Id: I52ec4b346271889ebaa7b7f84981eae5503d02d3
    Related-Bug: #2020058
    Signed-off-by: Lucas Alvares Gomes <email address hidden>
    (cherry picked from commit 3044b938b9fa7dfef126db9acc18782978238dc6)