Ensure that openstack_ssh_keyspairs_dir has a default value
This is otherwise undefined in functional tests Change-Id: I5a387566d5bdb9ee4c34976c55f86f31fc65f87e
This commit is contained in:
parent
9b3081fccf
commit
7a4a35fa7d
@ -689,7 +689,7 @@ nova_pki_console_install_certificates:
|
||||
nova_ssh_keypairs_setup_host: "{{ openstack_ssh_keypairs_setup_host | default('localhost') }}"
|
||||
|
||||
# directory on the deploy host to create and store SSH keypairs
|
||||
nova_ssh_keypairs_dir: "{{ openstack_ssh_keypairs_dir }}"
|
||||
nova_ssh_keypairs_dir: "{{ openstack_ssh_keypairs_dir | default('/etc/openstack_deploy/ssh_keypairs') }}"
|
||||
|
||||
#Each compute host needs a signed ssh certificate to log into the others
|
||||
nova_ssh_keypairs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user