ovn-octavia-provider 8.0.0 (epoxy)
We are glad to announce the release of: ovn-octavia-provider 8.0.0 This release is part of the epoxy release series. The source is available from: https://opendev.org/openstack/ovn-octavia-provider Download the package from: https://tarballs.openstack.org/ovn-octavia-provider/ Please report issues through: https://bugs.launchpad.net/neutron/+bugs For more details, please see below. Changes in ovn-octavia-provider 7.0.0..8.0.0 -------------------------------------------- c16e20e Add sync floating IP support 863f529 Validate ovn_nb/sb_connection in config parser cb4a05e Drop unused environment 615bb01 Add Health monitor sync logic f419488 Add Member sync logic e7068ae Add Pool sync logic 318160f Add Listener sync logic 91b1258 Ignore reno artefacts (RELEASENOTES.rst and reno.cache) 990374c [eventlet-removal] Remove "logger" mechanism from ML2/OVN CI jobs 07b4c4b Add LB sync logic 26431c9 Remove join on helper request daemon thread e87aeed Add Tobiko to gate jobs 4991beb Bump hacking 051317e Add octavia_client with openstacksdk 1c04edc Adding Tobiko Test To CI dabe21c Add Octavia OVN DBs sync cmd 69231fd reno: Update master for unmaintained/2023.1 edc01ca Remove Python 3.8 support 690c5a0 Fix pep8 with pylint 3.3.0 415bced Update master for stable/2024.2 Diffstat (except docs and test files) ------------------------------------- .gitignore | 2 + .pylintrc | 4 +- devstack/plugin.sh | 3 - ovn_octavia_provider/cmd/__init__.py | 0 .../cmd/octavia_ovn_db_sync_util.py | 59 + ovn_octavia_provider/common/clients.py | 34 + ovn_octavia_provider/common/config.py | 39 +- ovn_octavia_provider/common/constants.py | 2 + ovn_octavia_provider/driver.py | 314 +++++- ovn_octavia_provider/helper.py | 1074 ++++++++++++++++-- .../notes/remove-py38-4240ec2f24969054.yaml | 5 + releasenotes/source/2023.1.rst | 2 +- releasenotes/source/2024.2.rst | 6 + releasenotes/source/index.rst | 1 + setup.cfg | 9 +- test-requirements.txt | 4 +- tox.ini | 5 +- zuul.d/base.yaml | 18 +- zuul.d/project.yaml | 8 + 23 files changed, 3681 insertions(+), 186 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index e54dfa0..879e5f0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0.1,<3.1.0 # Apache-2.0 +hacking>=6.1.0,<6.2.0 # Apache-2.0 @@ -9 +9 @@ coverage!=4.4,>=4.0 # Apache-2.0 -flake8-import-order==0.12 # LGPLv3 +flake8-import-order>=0.18.0,<0.19.0 # LGPLv3
participants (1)
-
no-reply@openstack.org