[release-announce] networking-bagpipe 9.0.2 (rocky)

no-reply at openstack.org no-reply at openstack.org
Tue Sep 25 20:01:32 UTC 2018


We are tickled pink to announce the release of:

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

This release is part of the rocky stable release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/networking-bagpipe

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in networking-bagpipe 9.0.0..9.0.2
------------------------------------------

6150dcc bgpvpn: override NORMAL action in ACCEPTED_EGRESS_TRAFFIC_NORMAL_TABLE
d1eb371 adjust requirements
943f685 import zuul job settings from project-config
798417d Update UPPER_CONSTRAINTS_FILE for stable/rocky
e93655e Update .gitreview for stable/rocky


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

.gitreview                                         |  1 +
.zuul.yaml                                         | 83 ++++++++++++++++++++++
lower-constraints.txt                              |  6 +-
networking_bagpipe/agent/bgpvpn/agent_extension.py | 30 ++++----
.../unit/agent/bgpvpn/test_agent_extension.py      |  6 +-
requirements.txt                                   |  6 +-
tox.ini                                            |  2 +-
7 files changed, 109 insertions(+), 25 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 8641930..914909e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -28,3 +28,3 @@ pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
-neutron>=13.0.0.0b1 # Apache-2.0
-networking-bgpvpn>=8.0.0 # Apache-2.0
-networking-sfc>=6.0.0 # Apache-2.0
+neutron>=13.0.1 # Apache-2.0
+networking-bgpvpn>=9.0.0 # Apache-2.0
+networking-sfc>=7.0.0 # Apache-2.0






More information about the Release-announce mailing list