Comment 13 for bug 1992953

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/861622
Committed: https://opendev.org/openstack/neutron/commit/b304dfaca791d3396fc0c6210cb1b1b089970a0f
Submitter: "Zuul (22348)"
Branch: stable/zed

commit b304dfaca791d3396fc0c6210cb1b1b089970a0f
Author: Slawek Kaplonski <email address hidden>
Date: Fri Oct 14 11:58:02 2022 +0200

    Disable in-band management for bridges before setting up controllers

    Disabling in-band management for bridge will effectively disable it for
    all controllers which are or will be set for the bridge. This will
    prevent us from having short time between configuring controller and
    setting connection_mode of the controller to "out-of-band" when
    controller works in the default "in-band" connection mode and adds some
    hidden flows to the bridge.

    Closes-Bug: #1992953
    Change-Id: Ibca81eb59fbfad71f223832228f408fb248c5dfa
    (cherry picked from commit 8fcf00a36dfcec80bba73b63896d806f48835faf)