We are jazzed to announce the release of: python-keystoneclient 3.10.0: Client Library for OpenStack Identity This release is part of the ocata stable 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.10.0 ^^^^^^ New Features * Added ability to filter on multiple values with the same parameter key. For example, we can now filter on user names that contain both "test" and "user" using "keystone.users.list(name__contains=['test', 'user'])". Changes in python-keystoneclient 3.9.0..3.10.0 ---------------------------------------------- ef6ffa6 Allow Multiple Filters of the Same Key f9e054f Updated from global requirements dcb719d Fix response body being omitted in debug mode incorrectly b120cc6 Updated from global requirements 6632abf Removes unnecessary utf-8 encoding Diffstat (except docs and test files) ------------------------------------- keystoneclient/base.py | 5 ++++- keystoneclient/session.py | 10 ++++++++-- ...ry-password-expired-users-b0c4b1bbdcf33f16.yaml | 6 ++++++ releasenotes/source/conf.py | 1 - requirements.txt | 2 +- 8 files changed, 52 insertions(+), 7 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index e532a9d..520ab7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8 +8 @@ debtcollector>=1.2.0 # Apache-2.0 -keystoneauth1>=2.16.0 # Apache-2.0 +keystoneauth1>=2.18.0 # Apache-2.0