[release-announce] neutron-lib 2.0.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 13 20:05:27 UTC 2020


We are delighted to announce the release of:

neutron-lib 2.0.0: Neutron shared routines and utilities

This release is part of the ussuri release series.

The source is available from:

    https://opendev.org/openstack/neutron-lib

Download the package from:

    https://pypi.org/project/neutron-lib

Please report issues through:

    https://bugs.launchpad.net/neutron/+bugs

For more details, please see below.

2.0.0
^^^^^


New Features
************

* The "tag-ports-during-bulk-creation" shim extension API definition
  has been added to enable the tagging of ports during bulk creation.


Upgrade Notes
*************

* Python 2.7 support has been dropped. The minimum version of Python
  now supported by neutron-lib is Python 3.6.

Changes in neutron-lib 1.31.0..2.0.0
------------------------------------

9e71ff3 Fix new parameter added in "qos_port_network_policy" API
d9a0ce5 Stop testing Python 2
8673f03 Extension for tagging ports during bulk creation


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

.zuul.yaml                                         | 14 +----------
neutron_lib/api/definitions/__init__.py            |  2 ++
.../api/definitions/qos_port_network_policy.py     |  2 +-
.../definitions/tag_ports_during_bulk_creation.py  | 28 ++++++++++++++++++++++
.../test_tag_ports_during_bulk_creation.py         | 19 +++++++++++++++
neutron_lib/utils/helpers.py                       |  8 +------
.../notes/drop-python-2-7-f46dfa10169f70db.yaml    |  5 ++++
...-during-bulk-creation-ext-3dd2e68d99157a19.yaml |  4 ++++
requirements.txt                                   |  1 -
setup.cfg                                          |  6 +----
tox.ini                                            | 14 ++---------
11 files changed, 64 insertions(+), 39 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f69a5c0..318d2da 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -29 +28,0 @@ WebOb>=1.7.1 # MIT
-weakrefmethod>=1.0.2;python_version=='2.7'  # PSF






More information about the Release-announce mailing list