Browse code

Use ALT_INSTANCE_USER for image_alt_ssh_user

Change-Id: Ib9cfb6e989575d62c493cbe92fdefd8c90256bcd
Closes-Bug: 1377914

Kirill Shileev authored on 2014/10/04 03:48:58
Showing 1 changed files
... ...
@@ -284,7 +284,7 @@ function configure_tempest {
284 284
     iniset $TEMPEST_CONFIG compute image_ref $image_uuid
285 285
     iniset $TEMPEST_CONFIG compute image_ssh_user ${DEFAULT_INSTANCE_USER:-cirros}
286 286
     iniset $TEMPEST_CONFIG compute image_ref_alt $image_uuid_alt
287
-    iniset $TEMPEST_CONFIG compute image_alt_ssh_user ${DEFAULT_INSTANCE_USER:-cirros}
287
+    iniset $TEMPEST_CONFIG compute image_alt_ssh_user ${ALT_INSTANCE_USER:-cirros}
288 288
     iniset $TEMPEST_CONFIG compute flavor_ref $flavor_ref
289 289
     iniset $TEMPEST_CONFIG compute flavor_ref_alt $flavor_ref_alt
290 290
     iniset $TEMPEST_CONFIG compute ssh_connect_method $ssh_connect_method