We are stoked to announce the release of: neutron 13.0.1: OpenStack Networking This release is part of the rocky stable release series. Download the package from: https://tarballs.openstack.org/neutron/ For more details, please see below. 13.0.1 ^^^^^^ Bug Fixes * Add "resource_type" into log object query to distinguish between security group and firewall group log objects. For more information see bug 1787119 (https://bugs.launchpad.net/neutron/+bug/1787119). Changes in neutron 13.0.0..13.0.1 --------------------------------- 116e73b ovs fw: apply the NORMAL action on egress traffic in a single table aa30246 doc: Additional fixes to the SR-IOV doc 59f3380 Remove deprecated RamFilter from admin guide 3e68398 Fix incorrect log resources querying cf38c37 DVR: Add IPv6 csnat port address correctly b478424 import zuul job settings from project-config 6eb7d20 Reduce qos rpc times on the ovs-agent side 7908ca6 Remove fdb entries for ha router interfaces when going DOWN 3cc89a9 Fix neutron-openvswitch-agent Windows support Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 116 ++++++++++- .../contributor/internals/openvswitch_firewall.rst | 71 ++++--- neutron/agent/common/ip_lib.py | 2 + neutron/agent/common/utils.py | 4 + neutron/agent/l2/extensions/qos.py | 3 +- neutron/agent/linux/async_process.py | 9 +- neutron/agent/linux/iptables_manager.py | 2 +- .../agent/linux/openvswitch_firewall/firewall.py | 23 ++- neutron/agent/linux/utils.py | 16 +- neutron/agent/windows/ip_lib.py | 6 + neutron/agent/windows/utils.py | 61 +++++- neutron/common/exceptions.py | 6 + neutron/db/l3_dvr_db.py | 30 ++- neutron/plugins/ml2/drivers/l2pop/mech_driver.py | 26 ++- .../drivers/openvswitch/agent/common/constants.py | 2 + neutron/services/logapi/common/db_api.py | 12 +- .../logapi/drivers/openvswitch/ovs_firewall_log.py | 3 +- .../functional/services/logapi/test_logging.py | 25 ++- .../unit/agent/linux/test_iptables_manager.py | 4 +- .../plugins/ml2/drivers/l2pop/test_mech_driver.py | 40 ++++ .../unit/services/logapi/common/test_db_api.py | 25 +++ .../drivers/openvswitch/test_ovs_firewall_log.py | 6 +- ...g-logging-and-fwg-logging-ef16077880d76449.yaml | 7 + 29 files changed, 797 insertions(+), 132 deletions(-)