[openstack-announce] [release][keystone] python-keystoneclient 2.3.0 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Fri Feb 26 15:21:49 UTC 2016


We are amped to announce the release of:

python-keystoneclient 2.3.0: Client Library for OpenStack Identity

This release is part of the mitaka release series.

With source available at:

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

With package available at:

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

Please report issues through launchpad:

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

For more details, please see below.

2.3.0
^^^^^

New Features

* support for implied roles in v3 API.

Changes in python-keystoneclient 2.2.0..2.3.0
---------------------------------------------

29e8b10 Updated from global requirements
870be44 Support `truncated` flag returned by identity service
390cff7 Updated from global requirements
0d86209 Support creation of domain specific roles
3897128 Add back a bandit tox job
abcee5f Implied Roles

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

keystoneclient/base.py                             | 36 +++++++-
keystoneclient/v3/roles.py                         | 47 +++++++++-
.../notes/implied_roles-ea39d3c3d998d482.yaml      |  3 +
requirements.txt                                   |  4 +-
tox.ini                                            |  5 ++
9 files changed, 321 insertions(+), 11 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b4d5c3d..d9bc0f6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ keystoneauth1>=2.1.0 # Apache-2.0
-oslo.config>=3.4.0 # Apache-2.0
+oslo.config>=3.7.0 # Apache-2.0
@@ -13 +13 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.4.0 # Apache-2.0
+oslo.utils>=3.5.0 # Apache-2.0





More information about the OpenStack-announce mailing list