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 -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp