Skip to content

Commit

Permalink
lock/ops: don't misguide user while waiting for vms up
Browse files Browse the repository at this point in the history
The message "virtual machine is still unavailable" is mistakenly
shown to user, when vms are actually available.

Signed-off-by: Kyr Shatskyy <[email protected]>
  • Loading branch information
Kyr Shatskyy committed Jan 16, 2025
1 parent 625d26d commit df879eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion teuthology/lock/ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ def block_and_lock_machines(ctx, total_requested, machine_type, reimage=True, tr
loopcount += 1
time.sleep(10)
keys_dict = misc.ssh_keyscan(vmlist)
log.info('virtual machine is still unavailable')
if loopcount == 40:
loopcount = 0
log.info('virtual machine(s) still not up, ' +
Expand Down

0 comments on commit df879eb

Please sign in to comment.