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
This commit is contained in:
Jonathan Rosser 2022-05-04 13:20:36 +01:00
parent fcbf8ede8f
commit e667befb70
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}"