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:
Jonathan Rosser 2022-05-04 07:57:01 +01:00
parent 9b3081fccf
commit 7a4a35fa7d
1 changed files with 1 additions and 1 deletions

View File

@ -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: