We eagerly announce the release of: networking-bagpipe 19.0.0: Mechanism driver for Neutron ML2 plugin using BGP E-VPNs/IP VPNs as a backend This release is part of the bobcat 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 18.0.0..19.0.0 -------------------------------------------- 09efb16 Unit tests: replace the deprecated assertDictContainsSubset call 48f12c0 [sqlalchemy-20] Add the remaining context wrappers 58efb3e SQLAlchemy: add context wrappers to SFC driver 60d374d CI: Change focal nodeset to jammy c8a974c [sqlalchemy-20]: remove subtransactions=True 23a3f60 Fix issues due to rcent RBAC changes and removal of neutron.debug 7eecbc1 CI: Add periodic weekly job with sqlalchemy main 1e571c1 Implement "brctl" and "bridge" using oslo.privsep 3ce7bf7 Update master for stable/2023.1 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 26 +++++- etc/bagpipe-bgp/rootwrap.d/linux-vxlan.filters | 4 - networking_bagpipe/agent/bgpvpn/agent_extension.py | 5 +- .../bagpipe_bgp/vpn/evpn/linux_vxlan.py | 101 ++++++++++----------- networking_bagpipe/db/sfc_db.py | 41 +++++---- networking_bagpipe/driver/sfc.py | 38 +++++--- networking_bagpipe/privileged/privileged_utils.py | 26 ++++++ releasenotes/source/2023.1.rst | 6 ++ releasenotes/source/index.rst | 1 + requirements.txt | 2 +- tox.ini | 1 - 15 files changed, 210 insertions(+), 116 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5ff18cf..998b742 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31 +31 @@ horizon>=17.1.0 # Apache-2.0 -neutron>=16.0.0.0b1 # Apache-2.0 +neutron>=23.0.0.0b2 # Apache-2.0