069329eeb2
PKI Tokens got removed from Keystone in 2016[1] so this check is no longer needed. OPENSTACK_TOKEN_HASH_ALGORITHM setting is dropped as it is used only in PKI token check. [1] https://review.openstack.org/#/c/374479/ Change-Id: I2de02fe6fab531842752b03c5e17af2bcf502cd8
11 lines
440 B
YAML
11 lines
440 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
PKI token support has been dropped from horizon. PKI token was removed
|
|
from keystone in Ocata release which was released two years ago.
|
|
It is a good timing to drop its support.
|
|
|
|
``OPENSTACK_TOKEN_HASH_ALGORITHM`` setting was removed because it was
|
|
used only for PKI token check. Unless you use PKI token before upgrading,
|
|
there is no affect and you can safely drop it from your local_settings.py.
|