Comment 13 for bug 1948832

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

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

commit f5858cd621019eeafc4f8353ed283c0dcbc1bc06
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Fri Nov 12 10:32:25 2021 +0000

    Check interface presence in new namespace

    When an interface is moved to a new namespace, specially with OVS
    internal ports, the interface first dissapears from any network
    namespace and then is added again. ovs-vswitchd service detects
    this interface change as reported in [1]. This delay is the cause
    of the related bug, where some interfaces are not present when
    the L3 agent needs to manipulate them.

    [1]https://bugs.launchpad.net/neutron/+bug/1948832/comments/3

    Closes-Bug: #1948832
    Change-Id: I3af4d0afa784899689ccb595ce6ba64495431eb9
    (cherry picked from commit ebc4766990c9f7021f60240de00370bd81bfa1e6)