Slow listing projects for user with many role assignments
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Medium
|
Lance Bragstad | ||
Newton |
Won't Fix
|
Undecided
|
Unassigned | ||
Ocata |
Confirmed
|
Medium
|
Unassigned |
Bug Description
With a large number of role assignments (e.g 500) it becomes very slow to list the projects a user has access to (via /users/
Instrumenting list_projects_
list_
list_
list_
The time is spent on the call made to list_role_
Listing role assignments for a user directly (with GET /role_assignmen
Running keystone mitaka (though I believe this would apply to master) with users in LDAP but roles and projects managed by keystone.
description: | updated |
tags: | added: office-hours |
Changed in keystone: | |
milestone: | pike-3 → pike-rc1 |
This seems like something we should be able to fix and backport to Ocata since it has an impact on performance.