[openstack-dev] [new][neutron] python-neutronclient 5.1.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Wed Aug 10 12:40:32 UTC 2016


We are chuffed to announce the release of:

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

This release is part of the newton release series.

With source available at:

    https://git.openstack.org/cgit/openstack/python-neutronclient

With package available at:

    https://pypi.python.org/pypi/python-neutronclient

Please report issues through launchpad:

    https://bugs.launchpad.net/python-neutronclient

For more details, please see below.

5.1.0
^^^^^

New Features

* Add "network trunk create", "network trunk list", "network trunk
  set", "network trunk unset", "network trunk delete" and "network
  subport list" OSC commands for trunk resource along with client
  bindings. [Blueprint vlan-aware-vms
  (https://blueprints.launchpad.net/neutron/+spec/vlan-aware-vms)]

* Added support to log 'x-openstack-request-id' for each api call.

Changes in python-neutronclient 5.0.0..5.1.0
--------------------------------------------

9f78b63 Add Python 3.5 classifier and venv
092c3e5 Make find_resourceid_by_id public in python binding class
0dbbb9c Updated from global requirements
43403b7 Add long option to network trunk list command
449a1f7 Add trunk commands to openstackclient
84c4216 Move find_resource family to API binding layer
8876ab2 Add client exception for HostNotCompatibleWithFixedIps
45d18eb Remove discover from test-requirements
53e2ad1 Log request-id for each api call
8fe56df Add segment as an attribute to subnet in client


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

neutronclient/common/exceptions.py                 |   4 +
neutronclient/neutron/v2_0/__init__.py             |  96 +--
neutronclient/neutron/v2_0/subnet.py               |   6 +
neutronclient/neutron/v2_0/tag.py                  |   3 +-
neutronclient/osc/v2/trunk/__init__.py             |   0
neutronclient/osc/v2/trunk/network_trunk.py        | 380 ++++++++++++
neutronclient/v2_0/client.py                       | 134 +++++
.../add-osc-trunk-commands-7e77283a369729c5.yaml   |   8 +
.../notes/log-request-id-64bef955b8292c18.yaml     |   3 +
requirements.txt                                   |   4 +-
setup.cfg                                          |   8 +
test-requirements.txt                              |   1 -
tox.ini                                            |   2 +-
21 files changed, 1346 insertions(+), 103 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 8d91b3c..3ce9a23 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12 +12 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.15.0 # Apache-2.0
+oslo.utils>=3.16.0 # Apache-2.0
@@ -14 +14 @@ os-client-config>=1.13.1 # Apache-2.0
-keystoneauth1>=2.7.0 # Apache-2.0
+keystoneauth1>=2.10.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index fa8057a..0fa7f50 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +6,0 @@ coverage>=3.6 # Apache-2.0
-discover # BSD





More information about the OpenStack-dev mailing list