keystone/releasenotes/notes/bug-1700852-de775d0eb2ddfdd1.yaml
Lance Bragstad 63124f703a Cache list projects and domains for user
Listing projects and domains for a user based on their role
assignments was noted as being really slow, especially when users
have a lot of assignments. This commit implements caching to mitigate
the issue while we continue to investigate ways to speed up the
assignment API.

Change-Id: I72e398c65f01aa4f9a37f817d184a13ed01089ce
Closes-Bug: 1700852
2017-08-09 14:45:58 +00:00

7 lines
215 B
YAML

---
fixes:
- |
[`bug 1700852 <https://bugs.launchpad.net/keystone/+bug/1700852>`_]
Keystone now supports caching of the `GET|HEAD
/v3/users/{user_id}/projects` API in an effort to improve performance.