We are gleeful to announce the release of: neutron 23.5.0 This release is part of the bobcat release series. The source is available from: https://opendev.org/openstack/neutron Download the package from: https://tarballs.openstack.org/neutron/ Please report issues through: https://bugs.launchpad.net/neutron/+bugs For more details, please see below. Changes in neutron 23.4.0..23.5.0 --------------------------------- a4bf5b781a [UT] Delete the OVN AgentCache instance in the cleanup 647fbbd5ce Create random named resources in ``TestOvnSbSync`` ab3b600a62 [OVN] Isolate test_ovn_client* Functional Tests ddd09a9584 [OVN][FT] Use MySQL backend for ``TestNBDbMonitor*`` classes cb222b442c [OVN] Isolate ``test_ovsdb_monitor.TestNBDbMonitor*`` FTs d4b18a263f [OVN] Isolate ``test_maintenance.Test*Maintenance`` FTs bbc5ac38d6 Remove the duplicated YOGA database milestone 2fd1dec9c5 [stable-only] Fix the Neutron milestones list b98de1f0cd [OVN] Isolate test_ovn_db_sync.TestOvnNbSync.* FTs be59c0c0f1 [S-RBAC] Fix policies for the SG rules API 5b69cc5220 Don't change original target dict by the OwnerCheck policy rule e1fa4c18fa Fast exit if "segments" plugin is not loaded 588fdf5e28 [OVN] Do not delete twice the agent from the cache a4ec5479d7 [OVN] Use the MySQL backend for the ``TestOvnNbSync`` tests (2) 4c7f9872ca [ovn][trivial] Add 'empty_string_filtering' extension to OVN 834681659f [QoS] QoS rule check also considers the direction Diffstat (except docs and test files) ------------------------------------- neutron/common/ovn/extensions.py | 2 + neutron/conf/policies/base.py | 13 ++++ neutron/conf/policies/security_group.py | 10 +-- neutron/db/agentschedulers_db.py | 3 + neutron/db/migration/__init__.py | 2 +- .../c181bb1d89e4_qos_minimum_packet_rate_rules.py | 5 -- neutron/objects/qos/qos_policy_validator.py | 5 ++ .../ml2/drivers/ovn/mech_driver/mech_driver.py | 5 -- neutron/policy.py | 19 +++-- .../ovn/mech_driver/ovsdb/test_ovn_client.py | 6 +- .../ovn/mech_driver/ovsdb/test_ovn_db_sync.py | 84 ++++++++++++---------- .../ovn/mech_driver/ovsdb/test_ovsdb_monitor.py | 6 +- .../unit/conf/policies/test_security_group.py | 69 ++++++++++++++++-- .../unit/objects/qos/test_qos_policy_validator.py | 53 ++++++++++++++ .../ml2/drivers/ovn/agent/test_neutron_agent.py | 2 +- tox.ini | 6 +- 18 files changed, 229 insertions(+), 82 deletions(-)
participants (1)
-
no-reply@openstack.org