d81e9db545
In keystone, uuid token provider and sql token driver was already removed since Stein release[1] . Drop uuid token provider from available options, and also drop configurations related to token flush job because it is used only when we use uuid token provider. Note that KeystoneTokenProvider still remains, so that we can implement some other token providers like jws provider. [1] I76d5c29f6b1572ee3ec7f2b1af63ff31572de2ce Change-Id: Icfa753ef0b31123a592439ca2cb158f64d33554b
8 lines
300 B
YAML
8 lines
300 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
Support for uuid token provider in keystone wes dropped, as its
|
|
implementation was already removed from Keystone.
|
|
Options related to db purging and token flushing in keystone were also
|
|
removed because these are necessory only when uuid token provider is used.
|