We are happy to announce the release of: networking-ovn 3.0.2: OpenStack Neutron integration with OVN This release is part of the pike 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 3.0.1..3.0.2 -------------------------------------- 1380843 Replace openstack.org git:// URLs with https:// f37d033 import zuul job settings from project-config 386543b Fix stable/pike gate 0744187 Fix race condition on ovn_client on startup 299fe30 Initialize privsep in networking-ovn-metadata-agent e7fc4ed Use metadata IP as DHCP service IP for subnet without gateway IP 16d80db Zuul: Remove project name Diffstat (except docs and test files) ------------------------------------- .gitignore | 1 + .stestr.conf | 3 + devstack/devstackgatekuryrrc | 2 +- networking_ovn/agent/metadata/server.py | 4 +- networking_ovn/agent/metadata_agent.py | 1 + networking_ovn/common/ovn_client.py | 35 ++++--- networking_ovn/conf/agent/metadata/config.py | 10 ++ .../db/migration/alembic_migrations/script.py.mako | 8 +- ...9b8aad9f2_add_journal_and_maintenance_tables.py | 9 +- networking_ovn/ml2/mech_driver.py | 20 +++- networking_ovn/ovsdb/impl_idl_ovn.py | 4 +- .../legacy/grenade-dsvm-networking-ovn/run.yaml | 2 +- .../install-dsvm-networking-ovn-kuryr/run.yaml | 2 +- .../networking-ovn-dsvm-functional-py35/run.yaml | 2 +- .../legacy/networking-ovn-dsvm-functional/run.yaml | 2 +- .../legacy/rally-dsvm-networking-ovn/post.yaml | 106 --------------------- .../legacy/rally-dsvm-networking-ovn/run.yaml | 65 ------------- .../tempest-dsvm-networking-ovn-multinode/run.yaml | 4 +- .../run.yaml | 4 +- .../run.yaml | 4 +- .../run.yaml | 4 +- .../run.yaml | 4 +- .../run.yaml | 4 +- releasenotes/source/conf.py | 5 +- test-requirements.txt | 1 - tools/tox_install.sh | 8 +- zuul.d/legacy-networking-ovn-jobs.yaml | 11 --- zuul.d/networkin-ovn-rally-task.yaml | 28 ++++++ zuul.d/project.yaml | 15 ++- 32 files changed, 168 insertions(+), 259 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index aff55fd..b62e9d1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16 +15,0 @@ pylint==1.4.5 # GPLv2 -testrepository>=0.0.18 # Apache-2.0/BSD