Typo Fix
This commit is contained in:
parent
b4565b6667
commit
b405931e8b
1 changed files with 1 additions and 1 deletions
|
@ -782,7 +782,7 @@ def wait_for_term_inst(connection, module, term_instances):
|
||||||
lifecycle = instance_facts[i]['lifecycle_state']
|
lifecycle = instance_facts[i]['lifecycle_state']
|
||||||
health = instance_facts[i]['health_status']
|
health = instance_facts[i]['health_status']
|
||||||
log.debug("Instance {0} has state of {1},{2}".format(i,lifecycle,health ))
|
log.debug("Instance {0} has state of {1},{2}".format(i,lifecycle,health ))
|
||||||
if lifecycle == 'Terminating' or healthy == 'Unhealthy':
|
if lifecycle == 'Terminating' or health == 'Unhealthy':
|
||||||
count += 1
|
count += 1
|
||||||
time.sleep(10)
|
time.sleep(10)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue