From 7a4a35fa7d9968b91aaec3929270c7ed8ff2143d Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Wed, 4 May 2022 07:57:01 +0100 Subject: [PATCH] Ensure that openstack_ssh_keyspairs_dir has a default value This is otherwise undefined in functional tests Change-Id: I5a387566d5bdb9ee4c34976c55f86f31fc65f87e --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index d675bf1b..cc8298b1 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -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: