yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #07768
[Bug 1079154] [NEW] limit users not working
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.