d465a58f02
In the token model, the trust roles are not cached. This behavior impacts services that are using trusts heavily like heat or magnum. It introduces new cache data to improve the performance on token validation requests on trusts. Change-Id: I974907b427c34fd5db3228b6139d93bbcdc38df5 Closes-Bug: #1796887
8 lines
321 B
YAML
8 lines
321 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[`bug 1796887 <https://bugs.launchpad.net/keystone/+bug/1796887>`_]
|
|
Add caching on trust role validation to improve performance. Services
|
|
relying heavily on trusts are impacted as the trusts are validated against
|
|
the database. This adds caching on those operations to improve performance
|