Comment 10 for bug 1977819

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/846958
Committed: https://opendev.org/openstack/neutron/commit/c41bd56033108a185f55705a1e8d4ef317b529e4
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit c41bd56033108a185f55705a1e8d4ef317b529e4
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Jun 7 09:26:04 2022 +0000

    [OVS][QoS] Unset the min-bw QoS from the phys bridge interface

    The minimum bandwidth OVS QoS policy is set in the physical bridge
    interface, not the port that receives the Neutron QoS policy.
    If no other port has a minimum bandwidth rule, the OVS QoS policy
    can be unset from this port and deleted. This patch fixes the
    port that must be updated.

    Closes-Bug: #1977819
    Change-Id: I0ebcc85f5ffa9dc29ffedee0c7df1828c85e1576
    (cherry picked from commit 9f5e211796dbc0df0bad1ae29fbb82eb7317fb82)