[keystone] python-keystoneclient 3.15.0 (queens)
We joyfully announce the release of: python-keystoneclient 3.15.0: Client Library for OpenStack Identity This release is part of the queens 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. Changes in python-keystoneclient 3.14.0..3.15.0 ----------------------------------------------- 1e435e6 Add system role functionality d59aaaa Add CRUD support for application credentials e410b29 Updated from global requirements 9cfbf96 Add project tags to keystoneclient 3016f08 Create doc/requirements.txt 0a282f5 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- keystoneclient/base.py | 7 + keystoneclient/v3/application_credentials.py | 171 ++++++++++++++ keystoneclient/v3/client.py | 4 + keystoneclient/v3/projects.py | 112 ++++++++- keystoneclient/v3/role_assignments.py | 29 ++- keystoneclient/v3/roles.py | 117 ++++++---- ...p-application-credentials-27728ded876d7d5a.yaml | 8 + .../notes/project-tags-1f8a32d389951e7a.yaml | 8 + requirements.txt | 2 +- test-requirements.txt | 5 +- tox.ini | 5 +- 17 files changed, 958 insertions(+), 54 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 3b698ed..ad8fc01 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12 +12 @@ oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 -oslo.utils>=3.31.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 0e2b0bc..4605118 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14,3 +14 @@ oauthlib>=0.6.0 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 @@ -18 +15,0 @@ requests-mock>=1.1.0 # Apache-2.0 -sphinx>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org