[release-announce] python-neutronclient 6.10.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Mon Sep 10 05:19:31 UTC 2018


We high-spiritedly announce the release of:

python-neutronclient 6.10.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.10.0
^^^^^^

New Features

* CLI support for the "firewal_group" as a loggable resource type
  for logging feature, which is enhanced FWaaS functionality, as OSC
  plugin commands.

Changes in python-neutronclient 6.9.0..6.10.0
---------------------------------------------

0aefe1c Ensure API calls for subnets are in URL length limit
d5a89fe add lib-forward-testing-python3 test job
bec7dd0 add python 3.6 unit test job
124dd33 switch documentation job to new PTI
01ec2cc import zuul job settings from project-config
f064057 fix tox python3 overrides
80f9164 [log] Add 'firewall_group' as a loggable resource type for logging
bcf895c Add B303 into list of skipped bandit plugins
bca82e2 Fix broken unittests
a8106b1 Update reno for stable/rocky
61056c4 Add release note link in README
834ad17 Add bandit to pep8 gate
5a6b756 Update links in README


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

.zuul.yaml                                         | 44 ++++++++++
README.rst                                         |  5 +-
lower-constraints.txt                              |  2 +-
neutronclient/neutron/v2_0/network.py              |  5 ++
neutronclient/osc/v2/logging/network_log.py        | 44 ++++++----
...ewall-group-resource-type-5ad1b69cabcb4aa6.yaml |  5 ++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/rocky.rst                      |  6 ++
test-requirements.txt                              |  3 +-
tox.ini                                            | 16 +++-
14 files changed, 211 insertions(+), 25 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 58c378a..77a33e6 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,0 +6 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+bandit>=1.1.0 # Apache-2.0
@@ -11 +12 @@ oslotest>=3.2.0 # Apache-2.0
-osprofiler>=1.4.0 # Apache-2.0
+osprofiler>=2.3.0 # Apache-2.0






More information about the Release-announce mailing list