Comment 79 for bug 1492714

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

Reviewed: https://review.opendev.org/723667
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=01194ef6f70b03dbb6ad3545a2699aa7db897354
Submitter: Zuul
Branch: stable/queens

commit 01194ef6f70b03dbb6ad3545a2699aa7db897354
Author: Sławek Kapłoński <email address hidden>
Date: Wed Feb 28 16:30:43 2018 +0100

    Switch create/delete interfaces to pyroute2

    Create and delete network interfaces in ip_lib.py module
    now uses pyroute2 library.
    Only exception is creation of veth currently as there is no
    way to create veth pair and put one end of such veth
    in another namespace in one call.

    Related-Bug: #1492714

    Conflicts:
        neutron/privileged/agent/linux/ip_lib.py

    Change-Id: I0a658d91f173fb705b5987a1174bda6a6570468d
    (cherry picked from commit 53054ad463120bf73b8b87f2887dc98f67604896)