From f653419b15d244fa7e01a101de93174d282185ed Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Sun, 17 Nov 2013 13:03:52 -0600 Subject: [PATCH] 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 --- lib/keystone | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/keystone b/lib/keystone index 4353ebab1c..978577f55e 100644 --- a/lib/keystone +++ b/lib/keystone @@ -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