[release-announce] [keystone] python-keystoneclient 3.8.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Dec 1 16:36:04 UTC 2016


We are high-spirited to announce the release of:

python-keystoneclient 3.8.0: Client Library for OpenStack Identity

This release is part of the ocata release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-keystoneclient

Download the package from:

    https://pypi.python.org/pypi/python-keystoneclient

Please report issues through launchpad:

    https://bugs.launchpad.net/python-keystoneclient

For more details, please see below.

3.8.0
^^^^^

New Features

* Added a "allow_expired" argument to "validate" and
  "get_token_data" in  *keystoneclient.v3.tokens*. Setting this to
  "True", allos for a token validation query to fetch expired tokens.

Changes in python-keystoneclient 3.7.0..3.8.0
---------------------------------------------

9f54937 Pass allow_expired to token validate
660e02f Show team and repo badges on README
626bfff Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'
982274c Fix some spelling mistaks in base.py & auth.py
4a26fca Refactor test_domain_configs
1572eb2 Fix typo in access.py
b405d71 Fix missing service_catalog parameter in Client object


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

README.rst                                         |  9 +++++++
keystoneclient/access.py                           |  2 +-
keystoneclient/auth/identity/generic/base.py       |  4 +--
keystoneclient/httpclient.py                       |  5 +++-
keystoneclient/v3/auth.py                          |  2 +-
keystoneclient/v3/tokens.py                        | 22 ++++++++++++---
...-expired-flag-to-validate-25b8914f4deb359b.yaml |  5 ++++
13 files changed, 91 insertions(+), 26 deletions(-)






More information about the Release-announce mailing list