[release-announce] [neutron] python-neutronclient 6.0.1 (newton)

no-reply at openstack.org no-reply at openstack.org
Tue Aug 22 11:46:28 UTC 2017


We are pumped to announce the release of:

python-neutronclient 6.0.1: CLI and Client Library for OpenStack
Networking

This release is part of the newton 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.

Changes in python-neutronclient 6.0.0..6.0.1
--------------------------------------------

c899a2e Convert gate_hook to devstack-tools
c07068a Disable VPNaaS functional tests in the neutronclient gate
0113ec4 Added --enable-snat option for router-gateway-set
47f6ac3 Handle keystoneauth exceptions in retry logic
ef91dbe Updated from global requirements
4072aba Use stable/newton for upper-constraints.txt and tox_install.sh
aca975c Update .gitreview for stable/newton


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                         |  1 +
neutronclient/neutron/v2_0/router.py               |  5 +++++
.../adv-svcs/test_readonly_neutron_fwaas.py        |  7 ++++++-
.../adv-svcs/test_readonly_neutron_vpn.py          |  4 ++++
neutronclient/v2_0/client.py                       |  3 ++-
requirements.txt                                   |  2 +-
tools/tox_install.sh                               |  2 +-
tox.ini                                            |  2 +-
11 files changed, 58 insertions(+), 10 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 709fa2e..f05fcc6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ iso8601>=0.1.11 # MIT
-netaddr!=0.7.16,>=0.7.12 # BSD
+netaddr!=0.7.16,>=0.7.13 # BSD






More information about the Release-announce mailing list