Files
python-keystoneclient/keystoneclient
Samuel Pilla ef6ffa6516 Allow Multiple Filters of the Same Key
Before, the way filters were passed in would not allow filtering
on the same key.
For example:
    keystone.users.list(name__contains='test', name__contains='user')
This fails because of how kwargs handles key/value pairs.

This patch allows using multiple values for the same filter.
Example:
    keystone.users.list(name__contains=['test', 'user'])
Specifying the only one filter value is still functional as expected.

Co-Authored-By: Jeffrey Augustine <ja224e@att.com>
Partially-Implements: bp pci-dss-query-password-expired-users
Change-Id: I89cecf7e18974e7860ba0925840d6264168eabcb
2017-01-24 19:43:53 -06:00
..
2016-11-10 19:15:39 +03:00
2016-12-07 15:55:03 +11:00
2016-08-24 18:52:36 +10:00
2016-12-18 19:16:31 -08:00
2015-11-25 00:23:17 +00:00
2016-11-16 10:13:53 +00:00
2017-01-24 19:43:53 -06:00
2015-12-17 12:04:17 +11:00
2015-02-09 20:34:49 -06:00