aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-03-21 11:29:19 +0200
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-03-22 10:11:21 +0200
commit17afce809f33ec25362d902bd9d1750f391d4596 (patch)
tree368d38f23f03baaefb04e24be74993db7ca4ff02
parent7f5c616a949dc1649ac22484d7fd059b04cae6c5 (diff)
docker/keystone: Actually set fernet as the default token provider
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
-rw-r--r--docker/services/keystone.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/services/keystone.yaml b/docker/services/keystone.yaml
index 63713677..b7da3cb8 100644
--- a/docker/services/keystone.yaml
+++ b/docker/services/keystone.yaml
@@ -33,7 +33,7 @@ parameters:
KeystoneTokenProvider:
description: The keystone token format
type: string
- default: 'uuid'
+ default: 'fernet'
constraints:
- allowed_values: ['uuid', 'fernet']