yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #73728
[Bug 1780896] [NEW] project_id filter doesn't work when listing limits with more than one filters
Public bug reported:
when a non-admin list limits with a filter ("resource_name",
"region_id", "service_id"), all project's related limits will return.
Because when a non-admin list limits, keystone will add "project_id" filter internal and then query db.
But the "project_id" is ignored in db query.
This can be fixed by adding the project_id filter action back in db
query.
** Affects: keystone
Importance: Undecided
Assignee: wangxiyuan (wangxiyuan)
Status: In Progress
** Changed in: keystone
Assignee: (unassigned) => wangxiyuan (wangxiyuan)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1780896
Title:
project_id filter doesn't work when listing limits with more than one
filters
Status in OpenStack Identity (keystone):
In Progress
Bug description:
when a non-admin list limits with a filter ("resource_name",
"region_id", "service_id"), all project's related limits will return.
Because when a non-admin list limits, keystone will add "project_id" filter internal and then query db.
But the "project_id" is ignored in db query.
This can be fixed by adding the project_id filter action back in db
query.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1780896/+subscriptions
Follow ups