[release][stable][neutron] neutron-lbaas release 7.0.2 (liberty)
We are glad to announce the release of: neutron-lbaas 7.0.2: OpenStack Networking Load Balancing as a Service This release is part of the liberty stable release series. With package available at: https://pypi.python.org/pypi/neutron-lbaas For more details, please see below. 7.0.2 ^^^^^ Other Notes * Start using reno to manage release notes. Changes in neutron-lbaas 7.0.1..7.0.2 ------------------------------------- 9171888 Fix db refresh race condition bug e44dec4 Sync db models to migrations e1eee56 Updated from global requirements b922c54 Add first reno based release note d08eb58 Add reno for release notes management bc662c0 Add service_plugins entry_point for LBaaS v2 plugin Diffstat (except docs and test files) ------------------------------------- .gitignore | 3 + neutron_lbaas/db/loadbalancer/loadbalancer_dbv2.py | 2 - neutron_lbaas/db/loadbalancer/models.py | 4 +- releasenotes/notes/.placeholder | 0 .../notes/start-using-reno-c8a90a4549353a6a.yaml | 3 + releasenotes/source/_static/.placeholder | 0 releasenotes/source/_templates/.placeholder | 0 releasenotes/source/conf.py | 275 +++++++++++++++++++++ releasenotes/source/index.rst | 9 + releasenotes/source/liberty.rst | 6 + releasenotes/source/unreleased.rst | 5 + requirements.txt | 4 +- setup.cfg | 2 + test-requirements.txt | 1 + tox.ini | 3 + 15 files changed, 311 insertions(+), 6 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index eb3fe7c..71558ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ eventlet>=0.17.4 -requests!=2.8.0,>=2.5.2 +requests!=2.8.0,!=2.9.0,>=2.5.2 @@ -15 +15 @@ oslo.log>=1.8.0 # Apache-2.0 -oslo.messaging!=1.17.0,!=1.17.1,!=2.6.0,!=2.6.1,!=2.7.0,!=2.8.0,!=2.8.1,!=2.9.0,>=1.16.0 # Apache-2.0 +oslo.messaging!=1.17.0,!=1.17.1,!=2.6.0,!=2.6.1,!=2.7.0,!=2.8.0,!=2.8.1,!=2.9.0,!=3.1.0,>=1.16.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index b4a26da..de35ca3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19,0 +20 @@ WebTest>=2.0 +reno>=0.1.1 # Apache2
participants (1)
-
doug@doughellmann.com