keystone/keystone/contrib/revoke/backends
Brant Knudson 5aaa686b80 Cleanup revocation query
The code in the revoke sql backend to calculate the query for the
list of events was creating a temporary and then discarding it,
and blaming not using it on sqlite.

Rather than discard the temporary, a reference is kept to it so
that it can be used.

Change-Id: Ifdb6a70900af85869b43d319eab8aa2a6b2bc162
2014-03-23 18:21:29 -05:00
..
__init__.py Token Revocation Extension 2014-03-04 13:42:28 -05:00
kvs.py Token Revocation Extension 2014-03-04 13:42:28 -05:00
sql.py Cleanup revocation query 2014-03-23 18:21:29 -05:00