← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1290990] Re: Get tenants by name discrepency

 

Also if you could link me to the docs that explain how the GET :5000 /v2.0/tenants is supposed to work.  Because looking at the docs now I don't see any mention of the GET :5000 /v2.0/tenants call on the user api however it still works.  So I would say still a bug.
http://api.openstack.org/api-ref-identity.html#identity-v2
http://docs.openstack.org/api/openstack-identity-service/2.0/content/Service_API_Client_Operations.html


** Changed in: keystone
       Status: Invalid => New

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

Title:
  Get tenants by name discrepency

Status in OpenStack Identity (Keystone):
  New

Bug description:
  A get call on /v2.0/tenants?name="username"
  This call returns the single user on the adminurl however on the user url instead of giving a 404 since getting a tenant by name is not supported it returns the standard get tenants response, ignoring the parameters entirely.  This would cause negative tests that just check the status to fail (returns a 200 when a 404 is expected) and it would appear that the api returned a response for get tenant by name.

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


References