From 66abab5f849489cc0869772ef02f2ccf2cbf65be Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 21 Sep 2018 10:14:58 +0400 Subject: Rotate keystone fernet keys on shared filesystem Change-Id: I38def56c2f276eca61f12558a03aa2693cc032f3 Signed-off-by: Michael Polenchuk --- mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2 b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2 index 413b37378..25521f9c8 100644 --- a/mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-common-ha/openstack_control.yml.j2 @@ -71,6 +71,8 @@ parameters: cluster_node03_address: ${_param:openstack_control_node03_address} nova_vncproxy_url: https://${_param:cluster_public_host}:6080 barbican_integration_enabled: 'false' + fernet_rotation_driver: 'shared_filesystem' + credential_rotation_driver: 'shared_filesystem' nova: controller: &db_conn_recycle_time database: -- cgit 1.2.3-korg