Comment 24 for bug 1959567

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

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

commit 015e82b338b0f09ee26dcb13954b03ca584f43b2
Author: Slawek Kaplonski <email address hidden>
Date: Mon Jan 31 15:42:04 2022 +0100

    Clean duplicated QoS bandwidth related methods in ovs_lib module

    This patch also some helper methods used in the
    minimum bandwidth qos methods as it seems that we had things almost
    duplicated in methods like _find/update/delete_{qos,queue} and
    find/update/delete_{qos,queue}.

    It also moves functional tests for the ingress bandwidth limit rules
    methods to more appropriate module.

    Related-bug: 1959567
    Change-Id: I848af01c8fe3a08b26d05e37d225c944ea080f03
    (cherry picked from commit 0255f41ad0405eac8b2a4e0870513846e2660f7f)