[release-announce] neutron-dynamic-routing 15.0.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Oct 16 12:57:54 UTC 2019


We are pleased to announce the release of:

neutron-dynamic-routing 15.0.0: Neutron Dynamic Routing

This release is part of the train 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 14.0.0..15.0.0
-------------------------------------------------

b6d13bd PDF documentation build
979b676 use payloads for ROUTER_GATEWAY events
7a2b807 Add Python 3 Train unit tests
a32c6f8 Convert CI jobs to python 3
dace47c Replace git.openstack.org URLs with opendev.org URLs
e8eb9e3 Dropping the py35 testing
9a049dc Bump neutron version dependency
89f211a Make scenario jobs voting
ae63222 Updated from global requirements
8082c27 Bump neutron-lib to 1.26.0
bb7a0fb Update hacking version
e794e34 OpenDev Migration Patch
ec6bfd4 stop using common_db_mixin
73fa76d Replace openstack.org git:// URLs with https://
e88c093 Update master for stable/stein
efaf23a Ignore DrAgentAssociationError in test_remove_add_speaker_agent


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |  2 +-
.zuul.yaml                                         | 28 ++++++-------
CONTRIBUTING.rst                                   |  2 +-
HACKING.rst                                        |  2 +-
README.rst                                         |  6 +--
TESTING.rst                                        |  2 +-
devstack/README.rst                                |  8 ++--
lower-constraints.txt                              |  7 ++--
neutron_dynamic_routing/db/bgp_db.py               |  3 +-
neutron_dynamic_routing/services/bgp/bgp_plugin.py | 19 ++++-----
.../bgp/scheduler/test_bgp_dragent_scheduler.py    |  4 +-
.../run.yaml                                       |  7 ++--
.../run.yaml                                       | 11 +++---
.../run.yaml                                       | 11 +++---
.../run.yaml                                       | 11 +++---
.../run.yaml                                       | 11 +++---
.../run.yaml                                       | 13 +++---
releasenotes/source/index.rst                      |  1 +
releasenotes/source/stein.rst                      |  6 +++
requirements.txt                                   |  4 +-
setup.cfg                                          |  3 +-
test-requirements.txt                              |  8 ++--
tox.ini                                            | 26 +++++++++---
35 files changed, 193 insertions(+), 132 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 26f2b38..40fb2b1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12 +12 @@ six>=1.10.0 # MIT
-neutron-lib>=1.21.0 # Apache-2.0
+neutron-lib>=1.26.0 # Apache-2.0
@@ -21 +21 @@ oslo.utils>=3.33.0 # Apache-2.0
-neutron>=13.0.0.0b2 # Apache-2.0
+neutron>=14.0.0.0b1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7e59b71..7fbd53c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking<0.12,>=0.11.0 # Apache-2.0
+hacking>=1.1.0,<1.2.0 # Apache-2.0
@@ -11 +11,3 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7'  # BSD
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.5;python_version>='3.4' # BSD
+sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
@@ -13 +15 @@ openstackdocstheme>=1.18.1 # Apache-2.0
-oslo.concurrency>=3.25.0 # Apache-2.0
+oslo.concurrency>=3.26.0 # Apache-2.0






More information about the Release-announce mailing list