← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1079154] Re: limit users not working

 

** Description changed:

  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.

** Project changed: python-keystoneclient => keystone

-- 
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):
  Confirmed

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