[release-announce] neutron-dynamic-routing 17.0.0 (victoria)
no-reply at openstack.org
no-reply at openstack.org
Wed Oct 14 10:27:55 UTC 2020
We enthusiastically announce the release of:
neutron-dynamic-routing 17.0.0: Neutron Dynamic Routing
This release is part of the victoria release series.
The source is available from:
https://opendev.org/openstack/neutron-dynamic-routing
Download the package from:
https://tarballs.openstack.org/neutron-dynamic-routing/
Please report issues through:
https://bugs.launchpad.net/neutron/+bugs
For more details, please see below.
Changes in neutron-dynamic-routing 16.0.0.0rc1..17.0.0
------------------------------------------------------
4b662c9 Fix l-c and pep8 testing for ubuntu focal
638dadb Update testing doc to use OSC commands
41f49bc Clean unused job playbooks
ea708e5 functional job: set tox_install_siblings to true explicitly
9025dc7 Fix devstack README.rst formatting
6c094db Switch from unittest2 compat methods to Python 3.x methods
76de624 Clean up workaround in bgp_dragent_scheduler
f8f9463 Remove usage of six
8f8a4ea Switch to newer openstackdocstheme and reno versions
9a0e375 Remove translation sections from setup.cfg
95cdf70 Use unittest.mock instead of third party mock
44e77ea Monkey patch original current_thread _active
85ae4ef Add Python3 victoria unit tests
4c476a8 Update master for stable/ussuri
Diffstat (except docs and test files)
-------------------------------------
.pylintrc | 2 +-
.zuul.yaml | 13 +-
babel.cfg | 2 -
devstack/README.rst | 2 +
lower-constraints.txt | 28 +-
neutron_dynamic_routing/__init__.py | 7 +-
neutron_dynamic_routing/cmd/eventlet/__init__.py | 6 +
.../extensions/bgp_dragentscheduler.py | 4 +-
.../services/bgp/agent/driver/base.py | 5 +-
.../services/bgp/agent/driver/utils.py | 5 +-
.../bgp/scheduler/bgp_dragent_scheduler.py | 5 +-
.../bgp/scheduler/test_bgp_dragent_scheduler.py | 2 +-
.../agentnotifiers/test_bgp_dr_rpc_agent_api.py | 4 +-
.../unit/api/rpc/handlers/test_bgp_speaker_rpc.py | 4 +-
.../unit/services/bgp/agent/test_bgp_dragent.py | 2 +-
.../unit/services/bgp/driver/os_ken/test_driver.py | 8 +-
.../bgp/scheduler/test_bgp_dragent_scheduler.py | 7 +-
.../post.yaml | 80 -----
.../run.yaml | 73 ----
.../post.yaml | 80 -----
.../run.yaml | 59 ----
.../post.yaml | 80 -----
.../run.yaml | 57 ----
.../post.yaml | 80 -----
.../run.yaml | 57 ----
.../post.yaml | 80 -----
.../run.yaml | 65 ----
releasenotes/source/conf.py | 14 +-
releasenotes/source/index.rst | 1 +
releasenotes/source/ussuri.rst | 6 +
requirements.txt | 3 +-
setup.cfg | 14 -
test-requirements.txt | 9 +-
37 files changed, 283 insertions(+), 972 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 40fb2b1..a5aff07 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +10,0 @@ alembic>=0.8.10 # MIT
-six>=1.10.0 # MIT
@@ -15 +14 @@ oslo.config>=5.2.0 # Apache-2.0
-oslo.db>=4.27.0 # Apache-2.0
+oslo.db>=4.44.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 1a87d66..b1b315e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=3.2.0,<3.3.0 # Apache-2.0
@@ -9 +8,0 @@ flake8-import-order==0.12 # LGPLv3
-mock>=2.0.0 # BSD
@@ -11 +10 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.5 # BSD
+sphinx>=2.0.0,!=2.1.0 # BSD
@@ -13 +12 @@ sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0
+openstackdocstheme>=2.2.1 # Apache-2.0
@@ -22 +21 @@ oslotest>=3.2.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
+reno>=3.1.0 # Apache-2.0
More information about the Release-announce
mailing list