Keystone don't use deprecated token_format option
devstack was setting the token_format option in the keystone configuration file. This option is deprecated so should not be used. Change-Id: I047de155f0d9d2a1c009533c2f97f505cc80c6de
This commit is contained in:
@@ -179,7 +179,6 @@ function configure_keystone() {
|
||||
fi
|
||||
|
||||
iniset $KEYSTONE_CONF DEFAULT admin_token "$SERVICE_TOKEN"
|
||||
iniset $KEYSTONE_CONF signing token_format "$KEYSTONE_TOKEN_FORMAT"
|
||||
|
||||
if [[ "$KEYSTONE_TOKEN_FORMAT" = "UUID" ]]; then
|
||||
iniset $KEYSTONE_CONF token provider keystone.token.providers.uuid.Provider
|
||||
|
||||
Reference in New Issue
Block a user