keystone/releasenotes/notes/move-token-provider-base-class-out-of-core-134df5b99ea48f00.yaml
Ronald De Rose d49f2b1e64 Move the token abstract base class out of core
This patch moves the token abstract base class out of core and
into providers/base.py, which is consistent with the other
backend drivers.

Change-Id: Icf22adb2ccfa0470bb61ceb7d6c90467f44da6c8
Closes-Bug: #1563101
2016-10-14 04:09:14 +00:00

8 lines
313 B
YAML

---
other:
- >
The token provider driver interface has moved from
``keystone.token.provider.Provider`` to ``keystone.token.providers.base.Provider``.
This is consistent with other backend drivers. If you have implemented a
custom token provider, you will want to subclass from the new location.