We eagerly announce the release of: python-neutronclient 6.12.0: CLI and Client Library for OpenStack Networking This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/python-neutronclient Download the package from: https://pypi.org/project/python-neutronclient Please report issues through launchpad: https://bugs.launchpad.net/python-neutronclient For more details, please see below. 6.12.0 ^^^^^^ New Features * Add "network onboard subnets" OSC command to enable subnet onboard support from the CLI [Blueprint subnet-onboard (https://blueprints.launchpad.net/neutron/+spec/subnet-onboard)] * Add optional flag to control the advertisement in BGPVPNs of the routes defined on a Router resource ("bgpvpn-routes-control" API extension). Changes in python-neutronclient 6.11.0..6.12.0 ---------------------------------------------- 680b417 Add subnet onboard CLI 1f35b8f Update json module to jsonutils c2ac394 Remove basepython from [flake8] section f99c63f Update hacking version to 1.1 aa19ab7 Update mailinglist from dev to discuss 9cbdfb2 Add support for querying quotas with usage 1e2e98b Change openstack-dev to openstack-discuss c17db9f Add Python 3.6 classifier to setup.cfg b60283c Support of the boolean advertise_extra_routes da7e291 Update min tox version to 2.3.2 Diffstat (except docs and test files) ------------------------------------- lower-constraints.txt | 3 +- neutronclient/client.py | 11 +- neutronclient/neutron/v2_0/lb/v2/l7rule.py | 52 ++-- neutronclient/neutron/v2_0/lb/v2/member.py | 15 +- .../osc/v2/networking_bgpvpn/router_association.py | 51 ++++ neutronclient/osc/v2/sfc/sfc_flow_classifier.py | 28 +- neutronclient/osc/v2/subnet_onboard/__init__.py | 0 .../osc/v2/subnet_onboard/subnet_onboard.py | 59 +++++ .../networking_bgpvpn/test_router_association.py | 291 +++++++++++++++++++++ .../subnet_onboard/test_network_onboard_subnets.py | 54 ++++ neutronclient/v2_0/client.py | 14 + .../notes/add-subnet-onboard-e60772bc4984f698.yaml | 5 + .../support-routes-advertise-9356a38cf3e2fe5a.yaml | 6 + setup.cfg | 7 +- test-requirements.txt | 2 +- tox.ini | 3 +- 21 files changed, 603 insertions(+), 67 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 11865b8..dabdb0e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0 # Apache-2.0