Comment 17 for bug 1801919

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

Reviewed: https://review.openstack.org/636821
Committed: https://git.openstack.org/cgit/openstack/os-vif/commit/?id=5027ce833c6fccaa80b5ddc8544d262c0bf99dbd
Submitter: Zuul
Branch: master

commit 5027ce833c6fccaa80b5ddc8544d262c0bf99dbd
Author: Sean Mooney <email address hidden>
Date: Thu Feb 14 03:08:53 2019 +0000

    remove brctl from vif_plug_ovs

    - This change extends the ip_command interface set function
      to accept a master as a parent device for a given interface.
    - This change extends the impl_pyroute2 add function to
      support creating linux bridges.
    - This change replaces calls to brctl with calls to the ip_command api.
    - This change removes the use of tee to disable ipv6 in the ovs plugin.

    Change-Id: I8308e8840e20b0a72d00880c1a7996b4c73f6a83
    Partial-Bug: #1801919