** Changed in: keystone
Status: In Progress => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1079154
Title:
limit users not working
Status in OpenStack Identity (Keystone):
Won't Fix
Bug description:
from keystoneclient.v2_0 import client
keystone = client.Client(authenticate here)
keystone.users.list(limit=1)
is not working, seems not implemented. Help is available:
list(self, tenant_id=None, limit=None, marker=None) method of
keystoneclient.v2_0.users.UserManager instance
The corresponding funtion
keystone.tenants.list(limit=1)
works without problems.
-----------------------------------------
This bug relates to keystone, not to keystone client. Client sends
valid request, but server doesn't process limit for users.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1079154/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp