[neutron] python-neutronclient 6.1.1 (ocata)
We are excited to announce the release of: python-neutronclient 6.1.1: CLI and Client Library for OpenStack Networking This release is part of the ocata stable release series. The source is available from: https://git.openstack.org/cgit/openstack/python-neutronclient Download the package from: https://pypi.python.org/pypi/python-neutronclient Please report issues through launchpad: https://bugs.launchpad.net/python-neutronclient For more details, please see below. 6.1.1 ^^^^^ New Features * CLI support for the "Neutron BGP VPN Interconnection" feature, which is an API extension to support inter-connection between L3VPNs/E-VPNs and Neutron resources, as OSC plugin commands. Changes in python-neutronclient 6.1.0..6.1.1 -------------------------------------------- 0c8a457 Updated from global requirements 3022172 Don't sort the fw_rule order in OSC 6c25541 Updated from global requirements 658ee76 Convert gate_hook to devstack-tools aa09d5b Add BGP VPN OSC commands e64ccb0 Updated from global requirements 3efbb02 Update UPPER_CONSTRAINTS_FILE for stable/ocata a32e065 Update .gitreview for stable/ocata Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + neutronclient/osc/v2/fwaas/firewallpolicy.py | 20 +- neutronclient/osc/v2/networking_bgpvpn/__init__.py | 0 neutronclient/osc/v2/networking_bgpvpn/bgpvpn.py | 385 +++++++++++++++ .../osc/v2/networking_bgpvpn/constants.py | 26 ++ .../v2/networking_bgpvpn/network_association.py | 63 +++ .../v2/networking_bgpvpn/resource_association.py | 190 ++++++++ .../osc/v2/networking_bgpvpn/router_association.py | 63 +++ .../unit/osc/v2/networking_bgpvpn/__init__.py | 0 .../unit/osc/v2/networking_bgpvpn/test_bgpvpn.py | 515 +++++++++++++++++++++ .../networking_bgpvpn/test_resource_association.py | 272 +++++++++++ neutronclient/v2_0/client.py | 88 ++++ ...ort-networking-bgpvpn-cli-fdd0cc3a5b14983d.yaml | 5 + requirements.txt | 2 +- setup.cfg | 15 + test-requirements.txt | 2 +- tox.ini | 2 +- 21 files changed, 2226 insertions(+), 23 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3d38f40..8b8b8c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14 +14 @@ os-client-config>=1.22.0 # Apache-2.0 -keystoneauth1>=2.17.0 # Apache-2.0 +keystoneauth1>=2.18.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 2c2652b..ed47631 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8 +8 @@ fixtures>=3.0.0 # Apache-2.0/BSD -mox3>=0.7.0 # Apache-2.0 +mox3!=0.19.0,>=0.7.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org