[release-announce] neutron-dynamic-routing 16.0.0 (ussuri)
no-reply at openstack.org
no-reply at openstack.org
Wed May 13 11:03:34 UTC 2020
We are ecstatic to announce the release of:
neutron-dynamic-routing 16.0.0: Neutron Dynamic Routing
This release is part of the ussuri 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 15.0.0..16.0.0
-------------------------------------------------
31ea570 Monkey patch original current_thread _active
5597a8b Update TOX_CONSTRAINTS_FILE for stable/ussuri
157c34a Update .gitreview for stable/ussuri
045811b Fix docs publishing
3b546a3 Cleanup py27 support
fd72823 Switch functional job to Zuulv3 syntax
777fb16 Drop python 2 support and testing
0c98a88 Remove tempest path from setup.cfg & tox.ini
e760a49 Remove tempest tests that have moved to neutron-tempest-plugin
e2d4ced Fix resource_filter.bind method that was changed in neutron
8b0f8bc Switch to Ussuri jobs
6e02b02 Update master for stable/train
4780fe5 bgp: Gracefully handle missing last_known_router_id
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 1 +
.zuul.yaml | 120 +------
neutron_dynamic_routing/cmd/eventlet/__init__.py | 6 +
neutron_dynamic_routing/services/bgp/bgp_plugin.py | 2 +-
.../bgp/scheduler/bgp_dragent_scheduler.py | 5 +-
.../tempest/api/test_bgp_speaker_extensions.py | 327 ------------------
.../api/test_bgp_speaker_extensions_negative.py | 125 -------
.../post.yaml | 80 -----
.../run.yaml | 57 ----
.../notes/drop-py27-support-795303ca12cccd34.yaml | 7 +
releasenotes/source/index.rst | 1 +
releasenotes/source/train.rst | 6 +
setup.cfg | 20 +-
setup.py | 9 -
test-requirements.txt | 3 +-
tox.ini | 33 +-
33 files changed, 45 insertions(+), 2142 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 7fbd53c..1a87d66 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,2 +11 @@ python-subunit>=1.0.0 # Apache-2.0/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
+sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.5 # BSD
More information about the Release-announce
mailing list