keystone/releasenotes/notes/bug-1524030-ccff6b0ec9d1cbf2.yaml
Steve Martinelli 5e2cc88ce7 clean up release notes for ocata
Change-Id: I9f4d47518f1a1ab184d6cefb2b251aaad38e113a
2017-01-27 14:36:54 +00:00

24 lines
803 B
YAML

---
fixes:
- >
[`bug 1524030 <https://bugs.launchpad.net/keystone/+bug/1524030>`_]
During token validation we have reduced the number of revocation events
returned, only returning a subset of events relevant to the token. Thus,
improving overall token validation performance.
other:
- >
[`bug 1524030 <https://bugs.launchpad.net/keystone/+bug/1524030>`_]
The signature on the ``list_events`` method of ``keystone.revoke.backends.base.RevokeDriverBase``
has been updated.
Third-party extensions that extend the abstract class (``RevokeDriverBase``)
should update their code according to the new parameter names.
The method signature has changed from::
list_events(self, last_fetch=None)
to::
list_events(self, last_fetch=None, token=None)