docker/keystone: Actually set fernet as the default token provider
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Tue, 21 Mar 2017 09:29:19 +0000 (11:29 +0200)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Wed, 22 Mar 2017 08:11:21 +0000 (10:11 +0200)
A previous commit [1] added support for fernet in the keystone docker
service; however, this was not set as the default token provider. This
patch makes it the default.

[1] Id92039b3bad9ecda169323e01de7bebae70f2ba0

Change-Id: Ib44ab61eba0be8ba54bc7d0bdb22437d769cb960

docker/services/keystone.yaml

index 6371367..b7da3cb 100644 (file)
@@ -33,7 +33,7 @@ parameters:
   KeystoneTokenProvider:
     description: The keystone token format
     type: string
-    default: 'uuid'
+    default: 'fernet'
     constraints:
       - allowed_values: ['uuid', 'fernet']