[neutron] neutron 9.3.1 (newton)
We joyfully announce the release of: neutron 9.3.1: OpenStack Networking This release is part of the newton stable release series. Download the package from: https://tarballs.openstack.org/neutron/ For more details, please see below. Changes in neutron 9.3.0..9.3.1 ------------------------------- 0a2ca17 Revert "Fix DetachedInstanceError on subnet delete" d5bde7f Add work-around for older oslo.db 5d988b3 Fix link in QoS devref 6859d27 Fixed validation of create_and_list_trunk_subports rally scenario b8b8372 Always add unique sort keys when sorting 23ded19 Throttle SIGHUPs to keepalived a322266 Fix Quota error while running tests 00785f6 Switch to 'subquery' for 1-M relationships 5b321af test_l3: Enable native pagination and sort e1844c3 ovsfw: Refresh OFPort when necessary 8a1a1de ovsfw: Raise exception if tag cannot be found in other_config 948cf41 Fetch trunk port MTU only on trunk validation Diffstat (except docs and test files) ------------------------------------- neutron/agent/l3/ha_router.py | 9 +- neutron/agent/linux/keepalived.py | 10 +- .../agent/linux/openvswitch_firewall/exceptions.py | 28 ++++++ .../agent/linux/openvswitch_firewall/firewall.py | 63 ++++++++----- neutron/common/utils.py | 48 ++++++++++ neutron/db/common_db_mixin.py | 24 ++--- neutron/db/extra_dhcp_opt/models.py | 2 +- neutron/db/models/allowed_address_pair.py | 2 +- neutron/db/models/securitygroup.py | 2 +- neutron/db/models/subnet_service_type.py | 2 +- neutron/db/models_v2.py | 12 +-- neutron/db/qos/models.py | 2 +- .../drivers/openvswitch/agent/ovs_neutron_agent.py | 19 +++- neutron/plugins/ml2/models.py | 4 +- neutron/plugins/ml2/plugin.py | 33 +++---- neutron/services/trunk/models.py | 2 +- neutron/services/trunk/rules.py | 2 +- .../agent/linux/openvswitch_firewall/__init__.py | 0 .../linux/openvswitch_firewall/test_firewall.py | 53 +++++++++++ .../linux/openvswitch_firewall/test_firewall.py | 26 ++++-- rally-jobs/neutron-neutron.yaml | 2 +- 30 files changed, 527 insertions(+), 145 deletions(-)
participants (1)
-
no-reply@openstack.org