We are excited to announce the release of: networking-bagpipe 11.0.0: Mechanism driver for Neutron ML2 plugin using BGP E-VPNs/IP VPNs as a backend This release is part of the train 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..11.0.0 -------------------------------------------- e8db0dd Fix fullstack job 2ee826f Ensure to python3 as basepython in all tox envs cec4ba7 Migrate bagpipe legacy tempest jobs to zuulv3 and py3 ba466ab Upgrade pylint to a version that works with python3 9a5d93a Blacklist sphinx 2.1.0 (autodoc bug) f8139b0 Add Python 3 Train unit tests 3f1a317 Add local bindep.txt b7d1816 use AuthenticIPNetwork from neutron-lib 16151fc Update lower-constraints to valid with recent changes in Neutron 6367219 Switch to native openflow implementation 4700056 Use opendev repository 782370e OpenDev Migration Patch 6df98b1 Dropping the py35 testing 3372074 Replace openstack.org git:// URLs with https:// ad10845 Update master for stable/stein 40943c4 Remove unnecessary dependencies from requirements.txt 0182d11 bagpipe-bgp: fix IPVPN OVS driver in patch port case 8397c4f [Fullstack] Don't compile ovs kernel module before tests Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .pylintrc | 3 ++ .zuul.yaml | 52 ++++++++-------------- README.rst | 2 +- bindep.txt | 8 ++++ devstack/gate-hooks/bagpipe | 2 +- devstack/gate-hooks/bgpvpn | 2 +- devstack/gate-hooks/dstat | 1 + devstack/gate-hooks/stack_base | 8 ++++ devstack/gate_hook.sh | 36 +-------------- lower-constraints.txt | 30 ++++++------- networking_bagpipe/agent/agent_base_info.py | 2 +- networking_bagpipe/bagpipe_bgp/cli/impex2dot.py | 6 +-- .../bagpipe_bgp/cli/looking_glass.py | 14 +++--- networking_bagpipe/bagpipe_bgp/cli/rest_attach.py | 13 +++--- .../bagpipe_bgp/common/looking_glass.py | 2 + networking_bagpipe/bagpipe_bgp/vpn/evpn/ovs.py | 2 +- .../bagpipe_bgp/vpn/ipvpn/mpls_ovs_dataplane.py | 2 +- networking_bagpipe/objects/bgpvpn.py | 9 ++-- releasenotes/source/index.rst | 1 + releasenotes/source/stein.rst | 6 +++ requirements.txt | 13 +++--- setup.cfg | 3 +- test-requirements.txt | 5 ++- tox.ini | 29 +++++++----- 29 files changed, 132 insertions(+), 137 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b520d89..b47de04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +4,0 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 @@ -8,2 +7,2 @@ netaddr>=0.7.18 # BSD -neutron-lib>=1.18.0 # Apache-2.0 -oslo.db>=4.27.0 # Apache-2.0 +neutron-lib>=1.26.0 # Apache-2.0 +oslo.db>=4.37.0 # Apache-2.0 @@ -18,4 +17,2 @@ oslo.service!=1.28.1,>=1.24.0 # Apache-2.0 -oslo.versionedobjects>=1.31.2 # Apache-2.0 -pyroute2>=0.4.21;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2) -sphinxcontrib-blockdiag>=1.5.4 # BSD -sphinxcontrib-seqdiag>=0.8.4 # BSD +oslo.versionedobjects>=1.35.1 # Apache-2.0 +pyroute2>=0.5.3;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2) @@ -24 +21 @@ exabgp>=4.0.4 # BSD -pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.1.1 # BSD +pecan>=1.3.2 # BSD diff --git a/test-requirements.txt b/test-requirements.txt index 0c3d3bf..2564bdc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11,4 @@ oslotest>=3.2.0 # Apache-2.0 -pylint==1.4.5 # GPLv2 +astroid==1.6.5;python_version<"3.0" # LGPLv2.1 +astroid==2.1.0;python_version>="3.0" # LGPLv2.1 +pylint==1.9.2;python_version<"3.0" # GPLv2 +pylint==2.2.0;python_version>="3.0" # GPLv2
participants (1)
-
no-reply@openstack.org