Comment 8 for bug 1179955

Revision history for this message
Dolph Mathews (dolph) wrote :

There's no convenient way to revoke the correct subset of tokens through the API or through the backend itself (even the SQL driver doesn't index by tenant/project). Depending on the actual driver in use, I'd suggest a brute force solution to wipe *all* tokens:

SQL: delete from token;
memcache: Restart memcache
KVS: Restart keystone