We enthusiastically announce the release of: networking-ovn 6.1.1: OpenStack Neutron integration with OVN This release is part of the stein 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. Changes in networking-ovn 6.1.0..6.1.1 -------------------------------------- 2cb0739b [OVN] Don't set virtual port type on ports with similar addresses 9db1fc89 Set class ovsdb_conection to None 28f879d8 Fix pep8 job cb105360 Fix functional jobs by installing missing dependencies f87fbc9c Enforce Python 3 usage for rally job 56b39d30 Fix ovn-db-sync-util after removing l3 ovsdb connection 3f465074 [OVN][metadata] Adding ERROR trace upon unexpected data 46f5abea [OVN] Remove VLAN check when setting external_mac Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 1 + networking_ovn/agent/metadata/server.py | 14 ++++++++++- networking_ovn/cmd/neutron_ovn_db_sync_util.py | 6 ++++- networking_ovn/common/ovn_client.py | 10 ++++---- networking_ovn/ovsdb/impl_idl_ovn.py | 1 + test-requirements.txt | 1 + zuul.d/networking-ovn-jobs.yaml | 1 + 10 files changed, 53 insertions(+), 29 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ce1fcab0..7e93ee83 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22,0 +23 @@ testtools>=2.2.0 # MIT +isort==4.3.21 # MIT
participants (1)
-
no-reply@openstack.org