Comment 53 for bug 1961740

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/910355
Committed: https://opendev.org/openstack/neutron/commit/a512e5c624bee974ad68bf39b5792343f9e54349
Submitter: "Zuul (22348)"
Branch: stable/2023.2

commit a512e5c624bee974ad68bf39b5792343f9e54349
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Mon Feb 19 09:38:07 2024 +0000

    Retry ``set|get_link_attribute(s)`` if the interface is not present

    After some interface operations (in particular the
    ``IpLinkCommand.set_ns`` operation), the network interface is
    temporarily not present in the destination namespace. This patch
    retries the interface "ip link set|show" command in that case.

    Related-Bug: #1961740
    Change-Id: I5a57cfc71ad59f1fe9ea65e19b1a32314d798729
    (cherry picked from commit 016f5187a5503b835cd6803c5d8fe6f05091df12)