[release-announce] networking-bagpipe 10.0.1 (stein)

no-reply at openstack.org no-reply at openstack.org
Tue Feb 18 14:28:32 UTC 2020


We high-spiritedly announce the release of:

networking-bagpipe 10.0.1: Mechanism driver for Neutron ML2 plugin
using BGP E-VPNs/IP VPNs as a backend

This release is part of the stein stable release series.

The source is available from:

    https://opendev.org/openstack/networking-bagpipe

Download the package from:

    https://pypi.org/project/networking-bagpipe

Please report issues through:

    https://bugs.launchpad.net/networking-bagpipe/+bugs

For more details, please see below.

Changes in networking-bagpipe 10.0.0..10.0.1
--------------------------------------------

6140bbb use python 2.7 for pep8 venv
c621106 bagpipe-bgp: cleanly ignore RTC route of unsupported type
4549dd2 [stein-only] Fix neutron requirement constraint
189588f bagpipe-bgp: fix a broken looking-glass path
2aaccf0 Add local bindep.txt
12682b5 OpenDev Migration Patch
bbaba52 Update UPPER_CONSTRAINTS_FILE for stable/stein
ac00541 Update .gitreview for stable/stein


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

.gitreview                                           |  3 ++-
bindep.txt                                           |  8 ++++++++
networking_bagpipe/bagpipe_bgp/engine/__init__.py    | 11 +++++++++--
networking_bagpipe/bagpipe_bgp/engine/bgp_manager.py |  2 +-
networking_bagpipe/bagpipe_bgp/engine/worker.py      | 18 ++++++++++++------
requirements.txt                                     |  2 +-
tox.ini                                              |  4 +++-
8 files changed, 39 insertions(+), 14 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b520d89..c5c63fa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -28 +28 @@ pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.1.1 # BSD
-neutron>=13.0.0 # Apache-2.0
+neutron>=13.0.0,<15.0.0 # Apache-2.0






More information about the Release-announce mailing list