Comment 5 for bug 1939627

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

Reviewed: https://review.opendev.org/c/openstack/devstack/+/806267
Committed: https://opendev.org/openstack/devstack/commit/b1a89eb80be83fe8c47eeb0431d85a8452e3c70b
Submitter: "Zuul (22348)"
Branch: master

commit b1a89eb80be83fe8c47eeb0431d85a8452e3c70b
Author: Slawek Kaplonski <email address hidden>
Date: Thu Aug 26 21:42:32 2021 +0200

    Configure access to physical network also with ML2/OVN backend

    Neutron L3 module in Devstack has way to conigure access to physical
    network on the node. It can put physical interface to the physical
    bridge or, in case when such physical device isn't set, it creates
    NAT rule in iptables.

    There was missing the same operation for ML2/OVN backend as L3 agent is
    not used there at all.

    This patch adds the same to be done in both L3 agent and ovn_agent
    modules.

    Closes-Bug: #1939627
    Change-Id: I9e558d1d5d3edbce9e7a025ba3c11267f1579820