python-neutronclient 6.5.1 (pike)
We are psyched to announce the release of: python-neutronclient 6.5.1: CLI and Client Library for OpenStack Networking This release is part of the pike stable release series. The source is available from: https://opendev.org/openstack/python-neutronclient Download the package from: https://pypi.org/project/python-neutronclient Please report issues through: https://bugs.launchpad.net/python-neutronclient/+bugs For more details, please see below. Changes in python-neutronclient 6.5.0..6.5.1 -------------------------------------------- 1331280 Replace openstack.org git:// URLs with https:// 48cc4a0 import zuul job settings from project-config 0e0e408 Fix Pike gates e145c4e Updated from global requirements a0893c3 Define shell.COMMANDS explicitly to avoid random UT failure 9cc1f06 Updated from global requirements 69e97e2 Add missing correlation type "mpls" to port pair ca278c5 Update UPPER_CONSTRAINTS_FILE for stable/pike 171febb Update .gitreview for stable/pike Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 47 ++++++++++++++++++++++ neutronclient/osc/v2/sfc/sfc_port_pair.py | 4 +- neutronclient/shell.py | 3 ++ requirements.txt | 2 +- setup.cfg | 6 --- test-requirements.txt | 6 +-- tools/tox_install.sh | 9 ++++- tox.ini | 10 ++++- 14 files changed, 97 insertions(+), 27 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 02235fc..4d02449 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14 +14 @@ os-client-config>=1.28.0 # Apache-2.0 -keystoneauth1>=3.0.1 # Apache-2.0 +keystoneauth1>=3.1.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index dfd3c4b..911f27a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +10,0 @@ mock>=2.0 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 @@ -14 +13 @@ osprofiler>=1.4.0 # Apache-2.0 -python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 +python-openstackclient>=3.11.0 # Apache-2.0 @@ -16 +14,0 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -reno!=2.3.1,>=1.8.0 # Apache-2.0 @@ -18 +15,0 @@ requests-mock>=1.1 # Apache-2.0 -sphinx>=1.6.2 # BSD @@ -22,0 +20 @@ tempest>=16.1.0 # Apache-2.0 +pycodestyle<=2.3.1
participants (1)
-
no-reply@openstack.org