We are tickled pink to announce the release of: neutron 22.2.1: OpenStack Networking This release is part of the antelope 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 22.2.0..22.2.1 --------------------------------- 406b1e00c4 Lower spacing time of the OVN maintenance tasks which should be run once dfd6696a54 Fix setting correct 'reside-on-chassis-redirect' in the maintenance task 0b7af2ba53 Fix regex lines in zuul.d/* files 078256cf88 Use has_lock_periodic decorator for the tasks which require ovn db lock 15f60beefb Add has_lock_periodic decorator for OVN Maintenance a1732d4f39 Don't print traceback if standard attr is missing on update 125296ccad Do not release the executor inside ``_check_child_processes`` Diffstat (except docs and test files) ------------------------------------- neutron/agent/linux/external_process.py | 1 - neutron/common/ovn/constants.py | 2 + .../ml2/drivers/ovn/mech_driver/mech_driver.py | 3 + .../drivers/ovn/mech_driver/ovsdb/maintenance.py | 194 +++++++++++---------- .../drivers/ovn/mech_driver/ovsdb/ovn_client.py | 2 - .../ovn/mech_driver/ovsdb/test_maintenance.py | 57 ++++++ .../drivers/ovn/mech_driver/test_mech_driver.py | 29 ++- zuul.d/base.yaml | 16 +- zuul.d/grenade.yaml | 16 +- zuul.d/job-templates.yaml | 8 +- zuul.d/project.yaml | 8 +- zuul.d/rally.yaml | 16 +- zuul.d/tempest-multinode.yaml | 16 +- zuul.d/tempest-singlenode.yaml | 40 ++++- 14 files changed, 290 insertions(+), 118 deletions(-)
participants (1)
-
no-reply@openstack.org