diff --git a/ansible/roles/tempest/defaults/main.yml b/ansible/roles/tempest/defaults/main.yml
index ec7fd83a7feec159c605022789a2493c60adb19f..0ba8fed161b46a2e40da2846f49811025cf073a4 100644
--- a/ansible/roles/tempest/defaults/main.yml
+++ b/ansible/roles/tempest/defaults/main.yml
@@ -32,3 +32,5 @@ tempest_flavor_ref_id:
 tempest_flavor_ref_alt_id: "{{ tempest_flavor_ref_id }}"
 tempest_public_network_id:
 tempest_floating_network_name:
+tempest_image_ssh_user: cirros
+tempest_image_ssh_password: cubswin:)
diff --git a/ansible/roles/tempest/templates/tempest.conf.j2 b/ansible/roles/tempest/templates/tempest.conf.j2
index 6cf35df7c04b3d471138eb73ab9998d181c22785..8b65b837b2744611440cfbf47424cb32d382d922 100644
--- a/ansible/roles/tempest/templates/tempest.conf.j2
+++ b/ansible/roles/tempest/templates/tempest.conf.j2
@@ -69,5 +69,5 @@ region = {{ openstack_region_name }}
 api_v1 = False
 
 [validation]
-image_ssh_user = cirros
-image_ssh_password = cubswin:)
+image_ssh_user = {{ tempest_image_ssh_user }}
+image_ssh_password = {{ tempest_image_ssh_password }}