unable to filter users by default project in V3
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-keystoneclient |
Confirmed
|
Wishlist
|
Unassigned | ||
Bug Description
In version 2.0 I used to be able to make this api call:
or in the python client (horizon)simply:
to get back a list of the users in a specific project
note the logic here to make this happen:
https:/
The same call using python keystone client in V3 returns me all the users in keystone even if I specify a project argument.
and /v3/projects/
note the lack of similar logic in the new version:
it seems to treat the project argument as if it was an old property filter, but it wasn't it was a special case for listing a projects users...
Thoughts?
| description: | updated |
| description: | updated |
| description: | updated |

I also couldn't find an equivalent v3 version of this functionality on the keystone side: /github. com/openstack/ keystone/ blob/master/ keystone/ assignment/ controllers. py#L132
https:/