We are psyched to announce the release of:

keystoneauth1 2.5.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.3.0..2.5.0
-------------------------------------

7dd4208 fix OrderedDict mutated during iteration
7d448db Fix for PEP8 violation - D202 (No blank lines allowed after function 
docstring.)
3b8a0c0 Examples for migration from keystoneclient
e57547c Renamed endpoint to interface in docstring
b2cf285 Keystoneauth Authentication Plugin doc typo
ae2e6f4 Allow seeing full token response when debug enabled
e00de92 Update reno for stable/mitaka
8b5c524 Examples for kerberos and saml2 plugins
e066afd Adding authentication compatibility for OpenStackClient
f604a7f Swap the order of username deprecation
f83cee1 Fix exported symbol in identity.v3
9b74f9d Editorial nits for docs
73b1e66 Improve usability of docs
16596c9 Add links to federation plugins
d93fe12 Remove unavailable parameter
ee85077 Generate FederationBaseAuth constructor parameters
8d4cdd6 Update test run instructions
34ecf4b Fix typos and improve formatting in migrating.rst
2e951b7 Updated from global requirements
70d4e3a Updated from global requirements
417f223 Cleanup docstrings
e250f99 Fix docstring in identity.v3.oidc module

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

keystoneauth1/access/service_catalog.py            |   6 +-
keystoneauth1/adapter.py                           |   1 -
keystoneauth1/discover.py                          |   1 -
keystoneauth1/extras/_saml2/v3/adfs.py             |   3 -
keystoneauth1/extras/_saml2/v3/saml2.py            |   1 -
keystoneauth1/fixture/__init__.py                  |   9 +-
keystoneauth1/fixture/keystoneauth_betamax.py      |   2 +-
keystoneauth1/identity/__init__.py                 |  12 ++
keystoneauth1/identity/access.py                   |   2 +-
keystoneauth1/identity/base.py                     |  43 +++----
keystoneauth1/identity/generic/base.py             |   8 +-
keystoneauth1/identity/v3/__init__.py              |   4 +-
keystoneauth1/identity/v3/base.py                  |   5 +-
keystoneauth1/identity/v3/federation.py            |  32 ++---
keystoneauth1/identity/v3/k2k.py                   |   1 -
keystoneauth1/identity/v3/oidc.py                  |  16 +--
keystoneauth1/loading/_plugins/identity/generic.py |   5 +-
keystoneauth1/loading/_plugins/identity/v2.py      |   7 +-
keystoneauth1/loading/_plugins/identity/v3.py      |   5 +-
keystoneauth1/loading/base.py                      |   8 +-
keystoneauth1/loading/cli.py                       |  15 ++-
keystoneauth1/loading/conf.py                      |   8 +-
keystoneauth1/plugin.py                            |   8 +-
keystoneauth1/session.py                           | 143 +++++++++++----------
keystoneauth1/token_endpoint.py                    |  10 ++
releasenotes/source/index.rst                      |   1 +
releasenotes/source/mitaka.rst                     |   6 +
test-requirements.txt                              |   4 +-
tox.ini                                            |   3 +-
39 files changed, 328 insertions(+), 200 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index ba8eec3..ad06c08 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12 +12 @@ mock>=1.2 # BSD
-oslo.config>=3.4.0 # Apache-2.0
+oslo.config>=3.7.0 # Apache-2.0
@@ -14 +14 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-oslo.utils>=3.4.0 # Apache-2.0
+oslo.utils>=3.5.0 # Apache-2.0



__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to