Merge "Set tempest image user var"

This commit is contained in:
Jenkins 2017-06-07 07:57:36 +00:00 committed by Gerrit Code Review
commit 63ec84d763
2 changed files with 4 additions and 2 deletions

View File

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

View File

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