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 protected]> 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 ** Changed in: neutron Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1950977 Title: "QosRuleType" OVO hash changed with n-lib 2.17.0 Status in neutron: Fix Released Bug description: Since [1], the OVO "QosRuleType" adds a new rule type. That changes the object hash. This patch will be released in n-lin 2.17.0. Until this new version is released, we need to disable "TestObjectVersions.test_versions" to pass the CI. [1]https://review.opendev.org/c/openstack/neutron-lib/+/816447 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1950977/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

