Merge "Keystone don't use deprecated token_format option"
diff --git a/lib/keystone b/lib/keystone
index 4353eba..978577f 100644
--- a/lib/keystone
+++ b/lib/keystone
@@ -179,7 +179,6 @@
     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