From 153db269705f37d4144ad3fcf26dc67269755d7d Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Wed, 18 May 2016 14:05:14 +0000 Subject: [PATCH] Revert "Switch fernet to be the default token provider" This reverts commit 181588b9ba50fefea12617a9a5e774daddfed20c. Since this change landed on 4/29 it's been the cause of the top two gate failures (besides known latent infra issues) and hasn't had good progress on landing a fix, so until it's a priority for the keystone team we need to revert this change to get the integrated gate jobs moving again. Change-Id: I588a84c5179eab072d21bc1394aea2df00929650 Related-Bug: #1577558 Related-Bug: #1578866 --- lib/keystone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/keystone b/lib/keystone index 49d819e500..d83092405b 100644 --- a/lib/keystone +++ b/lib/keystone @@ -89,7 +89,7 @@ KEYSTONE_RESOURCE_BACKEND=${KEYSTONE_RESOURCE_BACKEND:-sql} # Select Keystone's token provider (and format) # Choose from 'uuid', 'pki', 'pkiz', or 'fernet' -KEYSTONE_TOKEN_FORMAT=${KEYSTONE_TOKEN_FORMAT:-fernet} +KEYSTONE_TOKEN_FORMAT=${KEYSTONE_TOKEN_FORMAT:-} KEYSTONE_TOKEN_FORMAT=$(echo ${KEYSTONE_TOKEN_FORMAT} | tr '[:upper:]' '[:lower:]') # Set Keystone interface configuration