[neutron] python-neutronclient 6.7.0 (queens)
We are excited to announce the release of: python-neutronclient 6.7.0: CLI and Client Library for OpenStack Networking This release is part of the queens 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. Changes in python-neutronclient 6.6.0..6.7.0 -------------------------------------------- fee6f7b Fix broken links 58c1be2 Define IpAddressAlreadyAllocated exception 0e61b3b Add commands to support BGP VPN route control new API extension 9e05c1b Updated from global requirements 5fddd71 VNI support in BGPVPN CLI cf76e3e Updated from global requirements dd044bd Add VPNaaS commands for OSC plugin c569d98 Add Logging commands for OSC plugin c02b807 Add 'revision_number' to update_* API cefa243 Pass headers to httpclient 05218d9 Updated from global requirements 9a7050b Updated from global requirements 7c01bdb Remove a workaround for osc-lib in FWaaS UT 8cc59bf Consume tempest CLIClient keystone v3 support 937f640 Add correlation type "nsh" to both PPs and PCs Diffstat (except docs and test files) ------------------------------------- .../cli/osc/v2/vpn-ipsec-site-connection.rst | 10 + neutronclient/client.py | 7 +- neutronclient/common/exceptions.py | 4 + neutronclient/osc/v2/logging/__init__.py | 0 neutronclient/osc/v2/logging/network_log.py | 289 +++++++++ neutronclient/osc/v2/networking_bgpvpn/bgpvpn.py | 12 + .../osc/v2/networking_bgpvpn/constants.py | 4 + .../osc/v2/networking_bgpvpn/port_association.py | 315 ++++++++++ .../v2/networking_bgpvpn/resource_association.py | 79 ++- .../osc/v2/networking_bgpvpn/router_association.py | 2 +- neutronclient/osc/v2/sfc/sfc_port_chain.py | 3 +- neutronclient/osc/v2/sfc/sfc_port_pair.py | 2 +- neutronclient/osc/v2/vpnaas/endpoint_group.py | 216 +++++++ neutronclient/osc/v2/vpnaas/ikepolicy.py | 243 ++++++++ .../osc/v2/vpnaas/ipsec_site_connection.py | 372 ++++++++++++ neutronclient/osc/v2/vpnaas/ipsecpolicy.py | 242 ++++++++ neutronclient/osc/v2/vpnaas/utils.py | 112 ++++ neutronclient/osc/v2/vpnaas/vpnservice.py | 235 ++++++++ .../unit/osc/v2/networking_bgpvpn/test_bgpvpn.py | 6 + .../networking_bgpvpn/test_resource_association.py | 31 + .../unit/osc/v2/vpnaas/test_endpoint_group.py | 257 ++++++++ .../osc/v2/vpnaas/test_ipsec_site_connection.py | 381 ++++++++++++ neutronclient/v2_0/client.py | 125 +++- ...AllocatedClient-exception-e8600ca5ba1c7f45.yaml | 6 + ...port-bgpvpn-route-control-aeda3e698486f73b.yaml | 6 + .../support-logging-cli-cd02d3bb03367106.yaml | 5 + ...-in-networking-bgpvpn-cli-d284b73b40b79495.yaml | 7 + .../notes/support-vpnaas-cli-9478fb7cfe603e26.yaml | 5 + requirements.txt | 8 +- setup.cfg | 44 +- test-requirements.txt | 10 +- 51 files changed, 5147 insertions(+), 71 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 97a5b67..4933c33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ netaddr>=0.7.18 # BSD -osc-lib>=1.7.0 # Apache-2.0 +osc-lib>=1.8.0 # Apache-2.0 @@ -12 +12 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -oslo.utils>=3.28.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 @@ -14 +14 @@ os-client-config>=1.28.0 # Apache-2.0 -keystoneauth1>=3.2.0 # Apache-2.0 +keystoneauth1>=3.3.0 # Apache-2.0 @@ -20 +20 @@ simplejson>=3.5.1 # MIT -six>=1.9.0 # MIT +six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 97e1552..e98669e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +12 @@ openstackdocstheme>=1.17.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 @@ -15 +15 @@ python-openstackclient>=3.12.0 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD +python-subunit>=1.0.0 # Apache-2.0/BSD @@ -18 +18 @@ requests-mock>=1.1.0 # Apache-2.0 -sphinx>=1.6.2 # BSD +sphinx!=1.6.6,>=1.6.2 # BSD @@ -20 +20 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT @@ -22 +22 @@ testscenarios>=0.4 # Apache-2.0/BSD -tempest>=16.1.0 # Apache-2.0 +tempest>=17.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org