Comment 49 for bug 1961740

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/909385
Committed: https://opendev.org/openstack/neutron/commit/016f5187a5503b835cd6803c5d8fe6f05091df12
Submitter: "Zuul (22348)"
Branch: master

commit 016f5187a5503b835cd6803c5d8fe6f05091df12
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