We are tickled pink to announce the release of: keystoneauth1 3.4.1: Authentication Library for OpenStack Identity This release is part of the queens stable release series. The source is available from: https://opendev.org/openstack/keystoneauth1 Download the package from: https://pypi.org/project/keystoneauth1 For more details, please see below. 3.4.1 ^^^^^ Bug Fixes * [bug 1733052 (https://bugs.launchpad.net/keystoneauth/+bug/1733052)] Now the version discovery mechanism only fetches the version info from server side if the versioned url has been overrode. So that the request url's path won't be changed completely. Changes in keystoneauth1 3.4.0..3.4.1 ------------------------------------- a760e57 OpenDev Migration Patch 1f7b7f5 import zuul job settings from project-config 476d36d Add nosec to instance of sha1 2cc2b03 Add netloc and version check for version discovery fe44f35 Updated from global requirements 65bebd1 Remove tox_install.sh and align with constraints consumption 7e9564b Update UPPER_CONSTRAINTS_FILE for stable/queens 9e1ab7c Update .gitreview for stable/queens Diffstat (except docs and test files) ------------------------------------- .gitreview | 3 +- .zuul.yaml | 7 ++++- keystoneauth1/discover.py | 20 +++++++++++++- keystoneauth1/session.py | 2 +- .../notes/bug-1733052-1b4af3b3fe1b05bb.yaml | 7 +++++ test-requirements.txt | 5 +++- tools/tox_install.sh | 30 -------------------- tox.ini | 21 +++++++------- 11 files changed, 84 insertions(+), 47 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index bcc0348..091d151 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +13 @@ oslo.config>=5.1.0 # Apache-2.0 -openstackdocstheme>=1.17.0 # Apache-2.0 +openstackdocstheme>=1.18.1 # Apache-2.0 @@ -24,0 +25,3 @@ PyYAML>=3.10 # MIT +requests-kerberos>=0.6 # ISC +lxml!=3.7.0,>=3.4.1 # BSD +oauthlib>=0.6.0 # BSD