Browse code

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

Brant Knudson authored on 2013/11/18 04:03:52
Showing 1 changed files
... ...
@@ -179,7 +179,6 @@ function configure_keystone() {
179 179
     fi
180 180
 
181 181
     iniset $KEYSTONE_CONF DEFAULT admin_token "$SERVICE_TOKEN"
182
-    iniset $KEYSTONE_CONF signing token_format "$KEYSTONE_TOKEN_FORMAT"
183 182
 
184 183
     if [[ "$KEYSTONE_TOKEN_FORMAT" = "UUID" ]]; then
185 184
         iniset $KEYSTONE_CONF token provider keystone.token.providers.uuid.Provider