Comment 6 for bug 1804274

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

Reviewed: https://review.openstack.org/633918
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=4fb8b3fe4e234472b0b0fd6e141eb4035cb0f577
Submitter: Zuul
Branch: master

commit 4fb8b3fe4e234472b0b0fd6e141eb4035cb0f577
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Wed Jan 30 11:16:47 2019 +0000

    Retrieve the device info in trunk_plumber using pyroute2

    IPWrapper.get_devices_info(), implemented using pyroute2, retrieves the
    device information including the VLAN tag and the parent name and index.

    This patch replaces Plumber._get_vlan_children() shell 'ip' commands in
    favor of this method.

    Change-Id: Ib5cad35d5261ab9391f82a22440338d852894a1d
    Closes-Bug: #1804274