[openstack-announce] [new][keystone] python-keystoneclient 3.3.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 28 19:19:56 UTC 2016


We are overjoyed to announce the release of:

python-keystoneclient 3.3.0: Client Library for OpenStack Identity

This release is part of the newton 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.

Changes in python-keystoneclient 3.2.0..3.3.0
---------------------------------------------

09f47ab Use assertEqual() instead of assertDictEqual()
55e163c Updated from global requirements
05ffab4 Improve implied-role functional tests
c1dedc6 Updated from global requirements
2929636 Remove unused LOG
468f6ad Updated from global requirements
a5b2b21 Improve docs for v3 regions
f80f624 Add policy functional tests
20ab696 Improve docs for v3 policies
f461dab Add service functional tests
339cd20 Improve docs for v3 services
ea59511 Use the adapter instead of the client in tests
bd3b969 Remove print in tests.functional.v3.test_implied_roles


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

keystoneclient/auth/identity/generic/password.py   |   4 -
keystoneclient/auth/identity/generic/token.py      |   4 -
keystoneclient/v3/policies.py                      |  53 ++++++++++-
keystoneclient/v3/regions.py                       |  73 +++++++++-----
keystoneclient/v3/services.py                      |  54 +++++++++++
keystoneclient/v3/users.py                         |   4 -
requirements.txt                                   |   6 +-
15 files changed, 440 insertions(+), 94 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 46efc16..c4b781b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ keystoneauth1>=2.7.0 # Apache-2.0
-oslo.config>=3.10.0 # Apache-2.0
+oslo.config>=3.12.0 # Apache-2.0
@@ -12 +12 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.14.0 # Apache-2.0
+oslo.utils>=3.15.0 # Apache-2.0
@@ -16 +16 @@ six>=1.9.0 # MIT
-stevedore>=1.10.0 # Apache-2.0
+stevedore>=1.16.0 # Apache-2.0





More information about the OpenStack-announce mailing list