From df0bf1903febd124343ffb7fae398f44b9986422 Mon Sep 17 00:00:00 2001 From: Eduardo Gonzalez Date: Mon, 19 Feb 2018 08:12:11 +0100 Subject: [PATCH] Use fernet in gates we have gates currently broken due using rocky keystone code. we have no way to test our release until we branch out queens. this change doesnt change globals default, only our gates tests. Change-Id: I189aa8cafc73a365668d79e4b186aac21da63a6f --- tests/templates/globals-default.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/templates/globals-default.j2 b/tests/templates/globals-default.j2 index 6770633dd8..858b1bcb17 100644 --- a/tests/templates/globals-default.j2 +++ b/tests/templates/globals-default.j2 @@ -36,3 +36,5 @@ enable_cinder: "yes" ceph_pool_pg_num: 64 ceph_pool_pgp_num: 64 {% endif %} + +keystone_token_provider: "fernet"