[release-announce] [keystone] keystoneauth1 2.20.0 (pike)

no-reply at openstack.org no-reply at openstack.org
Tue May 2 17:34:52 UTC 2017


We are satisfied to announce the release of:

keystoneauth1 2.20.0: Authentication Library for OpenStack Identity

This release is part of the pike release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/keystoneauth

Download the package from:

    https://pypi.python.org/pypi/keystoneauth1

Please report issues through launchpad:

    https://bugs.launchpad.net/keystoneauth

For more details, please see below.

Changes in keystoneauth1 2.19.0..2.20.0
---------------------------------------

1fd43be Introduce keystoneauth1.loading.adapter
1859a7f Uncomment warning-is-error for doc building
2c45a1f Updated from global requirements
503be91 Add bindep.txt file
d0cdc35 Updated inconsistent value of scope parameter
63573d6 Updated from global requirements


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

bindep.txt                                         |   8 ++
keystoneauth1/adapter.py                           |   6 +
keystoneauth1/identity/v3/base.py                  |   2 +-
keystoneauth1/loading/__init__.py                  |  15 +++
keystoneauth1/loading/adapter.py                   | 131 +++++++++++++++++++++
requirements.txt                                   |   2 +-
setup.cfg                                          |   8 +-
test-requirements.txt                              |   2 +-
11 files changed, 219 insertions(+), 15 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index ceb5155..db884a4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=2.0.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 206672a..852165a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12 +12 @@ mock>=2.0 # BSD
-oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
+oslo.config>=3.22.0 # Apache-2.0





More information about the Release-announce mailing list