Comment 10 for bug 1587296

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

Reviewed: https://review.opendev.org/759947
Committed: https://opendev.org/openstack/neutron/commit/d60febb2d3e141d03f033ac81136ba71922613a0
Submitter: Zuul
Branch: master

commit d60febb2d3e141d03f033ac81136ba71922613a0
Author: Slawek Kaplonski <email address hidden>
Date: Tue Oct 27 21:55:39 2020 +0100

    Remove deprecated use_veth_interconnection option

    Using veth to interconnect openvswitch bridges was deprecated
    in Victoria cycle. Now it's time to remove it from the code.

    In neutron-ovs-agent code, there is still kept piece of code which
    migrates from the veth to the patch ports for bridges interconnection.
    We will be able to remove that piece of code in X release.

    Change-Id: I94545c3c3d9be46ac2062691f69663e5e59cd648
    Closes-Bug: #1587296