You have been subscribed to a public bug: 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. ** Affects: keystone Importance: Wishlist Assignee: Olga Kopylova (olkonami) Status: Confirmed -- limit users not working https://bugs.launchpad.net/bugs/1079154 You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp