Ensure that openstack_ssh_keyspairs_dir has a default value

This is otherwise undefined in functional tests

Change-Id: Ia57b67e5636690327264b1213c0eb491afd8750d
This commit is contained in:
Jonathan Rosser 2022-05-04 07:59:17 +01:00
parent db823b6370
commit fcbf8ede8f
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@ keystone_flush_memcache: no
keystone_ssh_keypairs_setup_host: "{{ openstack_ssh_keypairs_setup_host | default('localhost') }}"
# directory on the deploy host to create and store SSH keypairs
keystone_ssh_keypairs_dir: "{{ openstack_ssh_keypairs_dir }}"
keystone_ssh_keypairs_dir: "{{ openstack_ssh_keypairs_dir | default('/etc/openstack_deploy/ssh_keypairs') }}"
#Each keystone host needs a signed ssh certificate to log into the others
keystone_ssh_keypairs: