python-neutronclient 7.4.0 (xena)
We are tickled pink to announce the release of: python-neutronclient 7.4.0: CLI and Client Library for OpenStack Networking This release is part of the xena 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 7.3.0..7.4.0 -------------------------------------------- 10227b6 setup.cfg: Replace dashes with underscores 2c2a1f4 Replace getargspec with getfullargspec d87683b Fix lower constraints f3756a3 Add Python3 xena unit tests 1237376 Update master for stable/wallaby 3140fe0 Support passing mTLS certificate/key to HTTPClient Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 22 +++++++++++----------- neutronclient/client.py | 10 +++++++--- neutronclient/v2_0/client.py | 4 ++++ releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 ++++++ requirements.txt | 2 +- setup.cfg | 8 ++++---- 9 files changed, 36 insertions(+), 21 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index d10083c..b08551d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15 +15 @@ os-client-config>=1.28.0 # Apache-2.0 -keystoneauth1>=3.4.0 # Apache-2.0 +keystoneauth1>=3.8.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org