Comment 0 for bug 1524030

Revision history for this message
Jorge Munoz (jorge-munoz) wrote :

Keystone performance is reduce as revocation events grow. In an effort to reduce the number of revocation events written to the revocation_event table, keystone has to explicitly check if a domain or project associated to the token are enabled.

Follow up patches:
1. Remove revocation events for deleted domains or projects
2. Remove revocation events for deleted grants
3. Bug 1511775
4. Delete unused columns (revocation_table - project and domains)