Set tempest image user var
If we don't use cirros image, ``image_ssh_user = cirros`` is wrong, so we should make it be variable. Change-Id: I0a1d6999d1dbc8ce319f4bd504455dfd1fb5fceb Closes-Bug: #1696088
This commit is contained in:
parent
28e4ae81cf
commit
9eb9622749
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user