tripleo-heat-templates/releasenotes/notes/keystone-drop-uuid-token-provider-a4c4827c1a05556b.yaml
Takashi Kajinami d81e9db545 Drop support for uuid token provider
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
2019-09-21 23:34:50 +09:00

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.