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