← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1079661] Re: API v3 users.list limits result

 

** Changed in: keystone
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1079661

Title:
  API v3 users.list limits result

Status in OpenStack Identity (Keystone):
  Fix Released
Status in Python client library for Keystone:
  Confirmed

Bug description:
  experimenting with v3:

  ---
  from keystoneclient.v3 import client

  kc = client.Client(endpoint=iEndpoint, token=iToken)

  users = kc.users.list()

  print users
  ---

  The result is limited to (if I count correct) 30 users. Using the same
  with v2 of the API and client, I receive the whole list of a thousand
  users (test database). All users are assigned to the same tenant, the
  query is not limited to one project / tenant. I receive users of
  different tenants, but only 30 with v3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1079661/+subscriptions