Comment 59 for bug 1922237

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/818067
Committed: https://opendev.org/openstack/neutron/commit/4909c8c18dc13a19d7760ec27c4c61de508a188a
Submitter: "Zuul (22348)"
Branch: master

commit 4909c8c18dc13a19d7760ec27c4c61de508a188a
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Nov 16 11:26:21 2021 +0000

    Bump neutron-lib to 2.17.0

    Remove the QoS constants from Neutron code. QoS constants are now
    located in ``neutron_lib.services.qos.constants``.

    This patch also reverts [1]. This patch was merged in order to
    allow a newer neutron-lib release in "requirements". This test
    was failing because the element order of the "VALID_RULE_TYPES"
    list was different between Neutron and neutron-lib. That was
    modifying the "QosRuleType" OVO hash.

    [1]https://review.opendev.org/c/openstack/neutron/+/817940

    Closes-Bug: #1950977
    Related-Bug: #1922237
    Change-Id: I31edea3cc0f4a284a773a35302997ca6069efc95