Skip to content

Commit 2e34754

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Use ALT_INSTANCE_USER for image_alt_ssh_user"
2 parents 18c0074 + 608f884 commit 2e34754

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tempest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ function configure_tempest {
287287
iniset $TEMPEST_CONFIG compute image_ref $image_uuid
288288
iniset $TEMPEST_CONFIG compute image_ssh_user ${DEFAULT_INSTANCE_USER:-cirros}
289289
iniset $TEMPEST_CONFIG compute image_ref_alt $image_uuid_alt
290-
iniset $TEMPEST_CONFIG compute image_alt_ssh_user ${DEFAULT_INSTANCE_USER:-cirros}
290+
iniset $TEMPEST_CONFIG compute image_alt_ssh_user ${ALT_INSTANCE_USER:-cirros}
291291
iniset $TEMPEST_CONFIG compute flavor_ref $flavor_ref
292292
iniset $TEMPEST_CONFIG compute flavor_ref_alt $flavor_ref_alt
293293
iniset $TEMPEST_CONFIG compute ssh_connect_method $ssh_connect_method

0 commit comments

Comments
 (0)