Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 510 Bytes

config-keystone.md

File metadata and controls

15 lines (9 loc) · 510 Bytes

Keystone configuration changes

Token persistence backends

The location of the token persistence backends has changed in Kilo. You will need to update the driver option in the token section of keystone.conf, replacing any instance of keystone.token.backends with keystone.token.persistence.backends.

sed -i 's/keystone.token.backends/keystone.token.persistence.backends/g' \
  /etc/keystone/keystone.conf