[release-announce] neutron-dynamic-routing 13.0.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Aug 30 14:31:32 UTC 2018


We are stoked to announce the release of:

neutron-dynamic-routing 13.0.0: Neutron Dynamic Routing

This release is part of the rocky release series.

Download the package from:

    https://tarballs.openstack.org/neutron-dynamic-routing/

For more details, please see below.

Changes in neutron-dynamic-routing 12.0.0.0rc1..13.0.0
------------------------------------------------------

ac63f12 update requirements for neutron-lib 1.18.0
93a8b15 Switch to stestr
26bfa08 Disable subnet CIDR reservation
04bcb08 Fix requirements
78d68a1 use rpc Connection rather than create_connection
4692ac3 Fix pep8 issues with import order
dcba0d2 Enable mutable config in Neutron-dynamic-routing
3192147 remove unused plugin.get_plugin_name()
1525178 Skip functional and scenario tests on doc changes
818b5f1 Drop non-existent verbose option
8822789 Updated from global requirements
b989411 add lower-constraints job
6d64726 Avoid tox-install.sh
6aeddaa Updated from global requirements
356e109 Fix some minor issues in testing doc
39d9d0d Fix TypeError for BgpSpeakerRescheduleError
ee37a36 use common agent topics from neutron-lib
1e5d33f Update docs
fd497a4 Fix failure when adding a speaker to an agent
856d565 Zuul: Remove project name
6956596 Update reno for stable/queens
9a6fcb6 Fix unit tests for floating IP creation
cc7f704 Tag the alembic migration revisions for Queens
3562fb4 Fix broken unit tests
388f2b2 Adding neutron.service_plugins for "entry_points" in file "setup.cfg"
0d8ab06 The description of the range for local_as and remote_as is incorrect in file "base.py"
ad52025 Switch to neutron-tempest-plugin for tempest tests


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

.gitignore                                         |   1 -
.testr.conf                                        |  10 --
.zuul.yaml                                         |  24 +++-
devstack/README.rst                                |  13 +-
devstack/lib/dr                                    |   1 -
lower-constraints.txt                              | 148 +++++++++++++++++++++
neutron_dynamic_routing/db/bgp_db.py               |   2 +-
.../a589fdb5724c_change_size_of_as_number.py       |  10 +-
.../extensions/bgp_dragentscheduler.py             |   2 +-
.../services/bgp/agent/bgp_dragent.py              |   8 +-
.../services/bgp/agent/driver/base.py              |  49 ++++---
.../services/bgp/agent/entry.py                    |   2 +-
neutron_dynamic_routing/services/bgp/bgp_plugin.py |   5 +-
.../bgp/scheduler/test_bgp_dragent_scheduler.py    |   4 +-
.../tempest/api/test_bgp_speaker_extensions.py     |   5 +-
.../bgp/scheduler/test_bgp_dragent_scheduler.py    |   8 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/queens.rst                     |   6 +
requirements.txt                                   |  14 +-
setup.cfg                                          |   2 +
test-requirements.txt                              |   7 +-
tools/ostestr_compat_shim.sh                       |   8 --
tools/tox_install.sh                               |  46 -------
tox.ini                                            |  36 +++--
30 files changed, 360 insertions(+), 189 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 3e8fda5..1ef7c17 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0
-eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
+eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
@@ -9 +9 @@ netaddr>=0.7.18 # BSD
-SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
+SQLAlchemy>=1.2.0 # MIT
@@ -12,2 +12,2 @@ six>=1.10.0 # MIT
-neutron-lib>=1.13.0 # Apache-2.0
-oslo.config>=5.1.0 # Apache-2.0
+neutron-lib>=1.18.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
@@ -20,5 +20 @@ oslo.utils>=3.33.0 # Apache-2.0
-
-# This project does depend on neutron as a library, but the
-# openstack tooling does not play nicely with projects that
-# are not publicly available in pypi.
-# -e git+https://git.openstack.org/openstack/neutron#egg=neutron
+neutron>=13.0.0.0b2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d9ea3ef..e24f784 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,2 +11 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
-requests-mock>=1.1.0 # Apache-2.0
-sphinx!=1.6.6,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
@@ -15 +14 @@ oslo.concurrency>=3.25.0 # Apache-2.0
-os-testr>=1.0.0 # Apache-2.0
+stestr>=1.0.0 # Apache-2.0
@@ -24 +23 @@ tempest>=17.1.0 # Apache-2.0
-ryu>=4.14 # Apache-2.0
+ryu>=4.24 # Apache-2.0






More information about the Release-announce mailing list