We contentedly announce the release of: neutron-lbaas 14.0.0: OpenStack Networking Load Balancing as a Service This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/neutron-lbaas Download the package from: https://tarballs.openstack.org/neutron-lbaas/ Please report issues through: https://storyboard.openstack.org/#!/project/906 For more details, please see below. Changes in neutron-lbaas 13.0.0..14.0.0 --------------------------------------- a4c4944d5 Update neutron-lbaas for gate changes 2676ae227 Update neutron quota_driver path bd0b90329 Fix the neutron-lbaas-to-octavia-migration job c800a90f2 stop using common db mixin 0295eccea Improve performance on get and create/update/delete requests 9e7b1156f Feature: Adding L7Policy/Rule for A10Networks 9a70a1044 Fix the scenario test gates c7ed37389 Change openstack-dev to openstack-discuss 3fff6bb5f use neutron-lib for _model_query 31dc1e3a0 Revert "Updated "create_pool" method in plugin" 51a83d8d7 Don't quote {posargs} in tox.ini 85fa4d2a6 Increment versioning with pbr instruction c672b0d56 Updated "create_pool" method in plugin 51251b54a use common rpc and exceptions from neutron-lib 331f1b508 add local tox targets for pep8 and py3 c80b21fca opt in for neutron-lib consumption patches 111d0b285 Fix memory leak in the haproxy provider driver 28ede08e8 Update L7-proxy gate to allow new Octavia features eb47e20e8 nlbaas2octavia: improve member error log message aba049283 nlbaas2octavia: do not change SG owned by user 10c5c2b94 nlbaas2octavia: Script fails when no members found 82032ec98 nlbaas2octavia: Escape 'key' field calls b7ff572f2 use payloads for PORT BEFORE_DELETE callbacks 5b6ec6fb9 switch documentation job to new PTI feb7b977d import zuul job settings from project-config fe6a36045 use setup_extension in unit tests b11610699 Disable KVM at OVH 25449bfaf Do not run dsvm tests if locales change 46d148b2b Imported Translations from Zanata b7ea70a02 Gate API test for the lbaasv2-proxy plugin 4099ed858 Fix proxy extension for neutron RBAC dc94c044c Update reno for stable/rocky Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 8 +- neutron_lbaas/agent/agent.py | 2 +- neutron_lbaas/agent/agent_api.py | 2 +- neutron_lbaas/db/loadbalancer/loadbalancer_dbv2.py | 59 +++++++--- neutron_lbaas/drivers/a10networks/driver_v2.py | 24 ++++ neutron_lbaas/drivers/common/agent_driver_base.py | 6 +- neutron_lbaas/drivers/haproxy/jinja_cfg.py | 2 +- neutron_lbaas/drivers/haproxy/namespace_driver.py | 3 + .../locale/en_GB/LC_MESSAGES/neutron_lbaas.po | 16 ++- neutron_lbaas/services/loadbalancer/plugin.py | 48 ++++---- .../services/loadbalancer/proxy_plugin.py | 121 +++++++++++++++++++-- .../tempest/v2/api/test_listeners_non_admin.py | 2 +- .../unit/db/loadbalancer/test_proxy_plugin.py | 53 ++++++++- .../haproxy/sample_configs/sample_configs.py | 4 +- .../unit/drivers/haproxy/test_namespace_driver.py | 1 + .../loadbalancer/test_loadbalancer_plugin.py | 6 +- .../loadbalancer/test_loadbalancer_quota_ext.py | 2 +- .../neutron-lbaasv2-dsvm-api-proxy/post.yaml | 15 +++ .../legacy/neutron-lbaasv2-dsvm-api-proxy/run.yaml | 60 ++++++++++ playbooks/migration-test/run.yaml | 10 -- releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 92 +++++++++++++++- releasenotes/source/rocky.rst | 6 + requirements.txt | 14 ++- setup.cfg | 2 +- tools/nlbaas2octavia/nlbaas2octavia.py | 35 ++++-- tox.ini | 21 +++- zuul.d/jobs.yaml | 9 ++ zuul.d/projects.yaml | 8 ++ 36 files changed, 559 insertions(+), 127 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index fa70a6f82..ed21bf4a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,3 @@ netaddr>=0.7.18 # BSD -neutron-lib>=1.18.0 # Apache-2.0 -neutron>=12.0.0 # Apache-2.0 -SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT +neutron-lib>=1.25.0 # Apache-2.0 +neutron>=13.0.0 # Apache-2.0 +SQLAlchemy>=1.2.0 # MIT @@ -15 +15 @@ oslo.config>=5.2.0 # Apache-2.0 -oslo.db>=4.27.0 # Apache-2.0 +oslo.db>=4.37.0 # Apache-2.0 @@ -30,0 +31,6 @@ keystoneauth1>=3.4.0 # Apache-2.0 + +# The comment below indicates this project repo is current with neutron-lib +# and should receive neutron-lib consumption patches as they are released +# in neutron-lib. It also implies the project will stay current with TC +# and infra initiatives ensuring consumption patches can land. +# neutron-lib-current
participants (1)
-
no-reply@openstack.org