From e667befb705588d1d811462937086561428501a8 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Wed, 4 May 2022 13:20:36 +0100 Subject: [PATCH] Set pki_dir when keystone calls the pki role This is needed to use the deployment wide location for the CA and certificate store. Change-Id: I1b9658a7ef4efc66c9ad5636474a19302589ecfb --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index c6345167..65245bde 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -167,6 +167,7 @@ tasks_from: main_certs.yml vars: pki_setup_host: "{{ keystone_pki_setup_host }}" + pki_dir: "{{ keystone_pki_dir }}" pki_create_ca: "{{ keystone_pki_create_ca }}" pki_authorities: "{{ keystone_pki_ca_certificates }}" pki_regen_ca: "{{ keystone_pki_regen_ca }}"