[openstack-dev] [new][keystone] keystoneauth1 2.11.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Fri Aug 5 10:07:26 UTC 2016


We are eager to announce the release of:

keystoneauth1 2.11.0: Authentication Library for OpenStack Identity

This release is part of the newton release series.

With source available at:

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

With package available at:

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

Please report issues through launchpad:

    http://bugs.launchpad.net/keystoneauth

For more details, please see below.

Changes in keystoneauth1 2.10.0..2.11.0
---------------------------------------

85822f3 Add tests for YamlJsonSerializer
a8ccbb1 Updated from global requirements
8202c6a Don't include openstack/common in flake8 exclude list
82804f6 Improve authentication plugins documentation
31796b3 Add missing class name to tuple of public objects
2e227b9 Correctly report available for ADFS plugin
1982b23 Updated from global requirements
dacbc5f Fix arguments to _auth_required()
313006a Fix the doc error in "using-session"
e9bbca7 Use assertEqual() instead of assertDictEqual()


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

keystoneauth1/extras/_saml2/__init__.py            |  1 +
keystoneauth1/extras/_saml2/_loading.py            |  4 ++
keystoneauth1/extras/_saml2/v3/__init__.py         |  4 +-
keystoneauth1/extras/_saml2/v3/adfs.py             |  6 ++-
keystoneauth1/extras/_saml2/v3/base.py             |  5 +-
keystoneauth1/fixture/serializer.py                | 10 ++--
keystoneauth1/identity/v3/oidc.py                  |  1 +
keystoneauth1/session.py                           |  3 +-
test-requirements.txt                              |  4 +-
tox.ini                                            |  2 +-
17 files changed, 116 insertions(+), 26 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index a0a91cc..8568319 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ mock>=2.0 # BSD
-oslo.config>=3.12.0 # Apache-2.0
+oslo.config>=3.14.0 # Apache-2.0
@@ -15 +15 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-oslo.utils>=3.15.0 # Apache-2.0
+oslo.utils>=3.16.0 # Apache-2.0





More information about the OpenStack-dev mailing list