networking-bagpipe 7.0.1 (pike)
We are satisfied to announce the release of: networking-bagpipe 7.0.1: Mechanism driver for Neutron ML2 plugin using BGP E-VPNs/IP VPNs as a backend This release is part of the pike 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 7.0.0..7.0.1 ------------------------------------------ e14e0ac Remove openstack-tox-py35-with-neutron-lib-master 60bd7be OpenDev Migration Patch 501cc65 Fix README setup.py check error 8dee891 Replace openstack.org git:// URLs with https:// 071afb8 import zuul job settings from project-config f7339dd Fix sphinx-docs job for stable branch 7d36788 bagpipe-bgp: ensure instance id uniqueness ab71587 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 92 ++++++++++++++++++++++ README.rst | 3 +- devstack/gate-hooks/bagpipe | 2 +- devstack/gate-hooks/bgpvpn | 2 +- networking_bagpipe/bagpipe_bgp/vpn/manager.py | 5 +- requirements.txt | 2 +- tools/tox_install.sh | 5 ++ 9 files changed, 197 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d265bee..31015fe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18 +18 @@ oslo.service>=1.10.0 # Apache-2.0 -pyroute2>=0.4.17 # Apache-2.0 (+ dual licensed GPL2) +pyroute2!=0.4.18,!=0.4.19,!=0.4.20,>=0.4.17 # Apache-2.0 (+ dual licensed GPL2)
participants (1)
-
no-reply@openstack.org