Pass valid cert regen variable to pki role
Currently we're passing non-existant variable into PKI role when defining whether to regen certificates or not. This change fixes behaviour. Change-Id: Ib1c8f820ccfe00923fcbc7aec2457a94629673fe
This commit is contained in:
parent
7a4a35fa7d
commit
a3bba5e66e
@ -140,7 +140,7 @@
|
||||
pki_setup_host: "{{ nova_pki_setup_host }}"
|
||||
pki_dir: "{{ nova_pki_dir }}"
|
||||
pki_create_certificates: "{{ nova_user_ssl_cert is not defined and nova_user_ssl_key is not defined }}"
|
||||
pki_regen_certificates: "{{ nova_pki_regen_cert }}"
|
||||
pki_regen_cert: "{{ nova_pki_regen_cert }}"
|
||||
pki_certificates: "{{ nova_pki_compute_certificates }}"
|
||||
pki_install_certificates: "{{ nova_pki_compute_install_certificates }}"
|
||||
when:
|
||||
@ -157,7 +157,7 @@
|
||||
pki_setup_host: "{{ nova_pki_setup_host }}"
|
||||
pki_dir: "{{ nova_pki_dir }}"
|
||||
pki_create_certificates: "{{ nova_user_ssl_cert is not defined and nova_user_ssl_key is not defined }}"
|
||||
pki_regen_certificates: "{{ nova_pki_regen_cert }}"
|
||||
pki_regen_cert: "{{ nova_pki_regen_cert }}"
|
||||
pki_certificates: "{{ nova_pki_console_certificates }}"
|
||||
pki_install_certificates: "{{ nova_pki_console_install_certificates }}"
|
||||
when:
|
||||
|
Loading…
x
Reference in New Issue
Block a user