We high-spiritedly announce the release of: networking-ovn 7.4.1: OpenStack Neutron integration with OVN This release is part of the train stable release series. The source is available from: https://opendev.org/openstack/networking-ovn Download the package from: https://pypi.org/project/networking-ovn Please report issues through: https://bugs.launchpad.net/networking-ovn/+bugs For more details, please see below. 7.4.1 ^^^^^ Bug Fixes * Fixes a configuration problem in the OVN driver that prevented external IGMP queries from reaching the Virtual Machines. See bug 1918108 (https://bugs.launchpad.net/neutron/+bug/1918108) for details. Changes in networking-ovn 7.4.0..7.4.1 -------------------------------------- bac17378 ovn-migration: UNDERCLOUD_NODE_USER variable 6c8e3c10 [OVN] Only account for bound ports in metadata agent 70455879 [OVN] MetadataProxyHandler to conditionally monitor both Chassis's tables 18438465 Change reference to OvnDbNotifyHandler._watched_events 1c85d92e [OVN] Fix FDB table not registered in OvnSbIdl 2a606734 [OVN] Ensure metadata checksum d4ecbd2a [ovn] Use normalized remote prefix IPs in OVN driver 8ab85546 Avoid race condition when processing RowEvents 2c09d373 Disable dns-integration API extension if it's not enabled in ML2 31e50e57 [ovn]: Remove unwanted IP addresses from OVN ports c8890183 [train] Cap hacking for py27 5e1111a8 [OVN] Set send_periodic to False on provider networks 1715093a [OVN] Make delete_router_port() less error prone ad92505e [OVN] Set mcast_flood_reports on LSPs 81d5b4f6 Check if no members in pool better in batch update 98776da9 Catch subnet not found exceptions better Diffstat (except docs and test files) ------------------------------------- migration/tripleo_environment/ovn_migration.sh | 9 +- networking_ovn/agent/metadata/agent.py | 25 ++++- networking_ovn/agent/metadata/ovsdb.py | 6 +- networking_ovn/agent/metadata/server.py | 11 ++- networking_ovn/common/acl.py | 21 +++- networking_ovn/common/constants.py | 2 + networking_ovn/common/maintenance.py | 28 ++++++ networking_ovn/common/ovn_client.py | 77 ++++++++++----- networking_ovn/common/utils.py | 2 +- networking_ovn/l3/l3_ovn.py | 18 +++- networking_ovn/ml2/mech_driver.py | 31 ++++++ networking_ovn/octavia/ovn_driver.py | 45 +++++---- networking_ovn/ovsdb/backports.py | 54 +++++++++++ networking_ovn/ovsdb/impl_idl_ovn.py | 13 ++- networking_ovn/ovsdb/ovsdb_monitor.py | 8 +- .../ovn-mcast-flood-reports-80fb529120f2af1c.yaml | 7 ++ test-requirements.txt | 2 +- 30 files changed, 524 insertions(+), 101 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 8e7a8d80..4fd75026 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=1.1.0;python_version<'3.0' # Apache-2.0 +hacking>=1.1.0,<1.2.0;python_version<'3.0' # Apache-2.0
participants (1)
-
no-reply@openstack.org