[release-announce] networking-bagpipe 14.0.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 14 11:14:52 UTC 2021


We exuberantly announce the release of:

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

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

144f243 Set secure mode for mpls bridge
e61c2e8 Switch to new rolevar for run-temepst role
fbda54e Implement "modprobe" using oslo.privsep
93d660c Add privsep boilerplate for bagpipe
7b3d23b Add Python3 wallaby unit tests
5bcd744 Update master for stable/victoria
0d84826 Remove the unused coding style modules
4fa0094 Add requirements.txt to docs deps
f0c75a9 Fix the url errors


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

.zuul.yaml                                         |  4 +-
CONTRIBUTING.rst                                   |  4 +-
bindep.txt                                         |  4 ++
etc/bagpipe-bgp/rootwrap.d/linux-vxlan.filters     |  3 --
lower-constraints.txt                              |  9 +---
networking_bagpipe/agent/bgpvpn/agent_extension.py |  3 ++
networking_bagpipe/bagpipe_bgp/common/config.py    |  6 +++
.../bagpipe_bgp/vpn/evpn/linux_vxlan.py            |  4 +-
.../bagpipe_bgp/vpn/ipvpn/mpls_linux_dataplane.py  | 18 +++----
.../bagpipe_bgp/vpn/ipvpn/mpls_ovs_dataplane.py    |  1 +
networking_bagpipe/privileged/__init__.py          | 23 ++++++++
networking_bagpipe/privileged/privileged_utils.py  | 40 ++++++++++++++
.../unit/agent/bgpvpn/test_agent_extension.py      |  7 ++-
.../notes/privsep-sysctl-a6321b31de29fce1.yaml     |  6 +++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/victoria.rst                   |  6 +++
requirements.txt                                   |  1 +
tox.ini                                            |  1 +
22 files changed, 200 insertions(+), 31 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index a709d38..b622109 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,0 +14 @@ oslo.messaging>=5.29.0 # Apache-2.0
+oslo.privsep>=2.3.0 # Apache-2.0






More information about the Release-announce mailing list