Files
python-keystoneclient/keystoneclient
J. Matt Peterson 5d93e928d0 Refactor v3 API to support filtering
Fixes: bug #1175356

Future implementations of keystone API v3 will support server-side
filtering using key/value attributes. See additional details:
https://github.com/openstack/identity-api/blob/master/openstack-identity-api/src/markdown/identity-api-v3.md#list-entities-filtered-by-attribute

To support this functionality **kwargs need to be passed from the
v3 API classes to keystoneclient.base.CrudManager.list.

This is not fully implemented server-side for all attributes so it's difficult to
document exactly which attributes will work. An example of a working attribute is:
keystone.users.list(name="someone")

Change-Id: I148093fbe37700f890ed44148aa3f63f34ee5ff5
2013-05-06 15:28:39 -07:00
..
2013-01-22 09:52:51 +01:00
2012-09-29 16:03:23 -07:00
2013-05-06 15:28:39 -07:00
2013-04-30 17:34:14 +00:00
2013-03-08 12:31:12 +01:00