networking-bagpipe 12.0.0 (ussuri)
We high-spiritedly announce the release of: networking-bagpipe 12.0.0: Mechanism driver for Neutron ML2 plugin using BGP E-VPNs/IP VPNs as a backend This release is part of the ussuri 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 11.0.0..12.0.0 -------------------------------------------- 2fd5298 Fix lower-constraints tox target 52a41ad Cleanup py27 support adcb212 Switch fullstack job to Zuulv3 syntax 4677785 Remove bagpipe-bgp's deprecated action CLI option cdba58c Make releasenotes generation working again 8c9f914 Fix gate failure f0c6cc4 Remove references for unittest2 46b433c Drop python 2 support and testing 873e672 Update and replace http with https for doc links 410cbb0 use object common_types from neutron-lib f411308 bagpipe-bgp: cleanly ignore RTC route of unsupported type 80fceb3 bagpipe-bgp: fix a broken looking-glass path 1fabbc0 use callback payloads for AGENT OVS_RESTARTED events cc6485b Update the constraints url 359b901 Force copy of dict items in "for" loop 996ea45 Fix TypeError when calling join on bytes sequence d6825ea Update master for stable/train 023a043 PDF documentation build Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 42 +++++++++++----- README.rst | 48 +----------------- lower-constraints.txt | 35 +++++++------ networking_bagpipe/agent/bgpvpn/agent_extension.py | 2 +- networking_bagpipe/bagpipe_bgp/bgp_daemon.py | 6 --- networking_bagpipe/bagpipe_bgp/common/config.py | 9 ---- .../bagpipe_bgp/common/dataplane_utils.py | 2 +- .../bagpipe_bgp/common/run_command.py | 4 +- networking_bagpipe/bagpipe_bgp/engine/__init__.py | 11 ++++- .../bagpipe_bgp/engine/bgp_manager.py | 2 +- networking_bagpipe/bagpipe_bgp/engine/worker.py | 18 ++++--- networking_bagpipe/objects/bgpvpn.py | 3 +- networking_bagpipe/objects/sfc.py | 2 +- .../notes/drop-py27-support-cd16e5d82985d9e9.yaml | 6 +++ ...recated-action-cli-option-dfafa6b05d487e0c.yaml | 5 ++ releasenotes/source/index.rst | 1 + releasenotes/source/train.rst | 6 +++ requirements.txt | 11 +++-- setup.cfg | 17 ++----- setup.py | 9 ---- test-requirements.txt | 8 ++- tools/test-setup.sh | 57 ---------------------- tox.ini | 35 +++++++------ 28 files changed, 194 insertions(+), 230 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b47de04..a709d38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ netaddr>=0.7.18 # BSD -neutron-lib>=1.26.0 # Apache-2.0 +neutron-lib>=2.2.0 # Apache-2.0 @@ -18 +18 @@ oslo.versionedobjects>=1.35.1 # Apache-2.0 -pyroute2>=0.5.3;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2) +pyroute2>=0.5.7;sys_platform!='win32' # Apache-2.0 (+ dual licensed GPL2) @@ -25,3 +25,4 @@ pecan>=1.3.2 # BSD -neutron>=13.0.0 # Apache-2.0 -networking-bgpvpn>=9.0.0 # Apache-2.0 -networking-sfc>=8.0.0.0b1 # Apache-2.0 +horizon>=17.1.0 # Apache-2.0 +neutron>=16.0.0.0b1 # Apache-2.0 +networking-bgpvpn>=12.0.0.0b1 # Apache-2.0 +networking-sfc>=10.0.0.0b1 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 2564bdc..78d0ef0 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ python-subunit>=1.0.0 # Apache-2.0/BSD -openstackdocstheme>=1.18.1 # Apache-2.0 +openstackdocstheme>=1.30.0 # Apache-2.0 @@ -11,4 +11,2 @@ oslotest>=3.2.0 # Apache-2.0 -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 +astroid==2.1.0 # LGPLv2.1 +pylint==2.2.0 # GPLv2
participants (1)
-
no-reply@openstack.org