We joyfully announce the release of: neutron-lbaas 14.0.1: OpenStack Networking Load Balancing as a Service This release is part of the stein stable release series. The source is available from: https://opendev.org/openstack/neutron-lbaas Download the package from: https://tarballs.openstack.org/null/ Please report issues through: https://storyboard.openstack.org/#!/project/906 For more details, please see below. 14.0.1 ^^^^^^ Bug Fixes * Fixed a bug in the validation of load balancer statistics, which led to an exception occuring when running under python3 and negative values erroneously being accepted under python2, see `https://storyboard.openstack.org/#!/task/37085`_ for more information. * Correct the parameter passing error when using lbaas to delete l7 rule. * Support URL path params in the health monitor url_path. Docutils System Messages ************************ Changes in neutron-lbaas 14.0.0..14.0.1 --------------------------------------- 52adf0ac3 Fix lb stats model 3bf5e2c02 "lbaas delete l7 rule" Parameter Passing Error 30bdd8669 Support URL query params in healthmonitor url_path 65d996bd6 remove release notes job ac214539d OpenDev Migration Patch 2a571203e Replace openstack.org git:// URLs with https:// e21efe39f Update UPPER_CONSTRAINTS_FILE for stable/stein c41d287e1 Update .gitreview for stable/stein Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 +- neutron_lbaas/db/loadbalancer/models.py | 4 +- neutron_lbaas/services/loadbalancer/constants.py | 4 +- neutron_lbaas/services/loadbalancer/plugin.py | 2 +- .../unit/db/loadbalancer/test_db_loadbalancerv2.py | 12 ++++++ .../loadbalancer/test_loadbalancer_plugin.py | 22 ++++++++++ .../neutron-lbaasv2-dsvm-api-l7octavia/run.yaml | 6 +-- .../neutron-lbaasv2-dsvm-api-namespace/run.yaml | 6 +-- .../legacy/neutron-lbaasv2-dsvm-api-proxy/run.yaml | 6 +-- playbooks/legacy/neutron-lbaasv2-dsvm-api/run.yaml | 6 +-- .../run.yaml | 6 +-- .../legacy/neutron-lbaasv2-dsvm-py3x-api/run.yaml | 6 +-- .../run.yaml | 6 +-- .../neutron-lbaasv2-dsvm-py3x-scenario/run.yaml | 6 +-- .../run.yaml | 6 +-- .../legacy/neutron-lbaasv2-dsvm-scenario/run.yaml | 6 +-- .../bug-lb-stats-validation-aa806817c16b22b1.yaml | 7 ++++ ...e-parameter-passing-error-e5564d3359168c12.yaml | 4 ++ .../notes/url_path_params-ebff4620bf524792.yaml | 4 ++ releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 +++ tox.ini | 6 +-- zuul.d/jobs.yaml | 2 +- zuul.d/projects.yaml | 1 - 25 files changed, 145 insertions(+), 41 deletions(-)