Skip to content
Snippets Groups Projects
Commit 63ec84d7 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Set tempest image user var"

parents 0f3907d8 9eb96227
No related branches found
No related tags found
No related merge requests found
......@@ -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:)
......@@ -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 }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment