d49f2b1e64
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
8 lines
313 B
YAML
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.
|