From 361eb32b449c4f3651da666bb1265da146b9c6de Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Mon, 5 Dec 2016 23:05:10 +0000 Subject: [PATCH] Default keystone to uuid tokens Seems somewhere along the way fernet tokens became the default. As a result, we likely ought to lock keystone to uuid tokens to keep the setup minimalistic. Change-Id: Ic2dce366d0a8589862ea8adbf48f1baa681b27c3 --- .../roles/bifrost-keystone-install/templates/keystone.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/roles/bifrost-keystone-install/templates/keystone.conf.j2 b/playbooks/roles/bifrost-keystone-install/templates/keystone.conf.j2 index 4933144ae..0ef719802 100644 --- a/playbooks/roles/bifrost-keystone-install/templates/keystone.conf.j2 +++ b/playbooks/roles/bifrost-keystone-install/templates/keystone.conf.j2 @@ -21,3 +21,6 @@ use_db_reconnect = true [security_compliance] lockout_failure_attempts = 3 + +[token] +provider = uuid