Merge "Remove unnecessary continue statement"
This commit is contained in:
commit
abba984abd
@ -422,8 +422,6 @@ class HandleHost(driver.DriverBase):
|
||||
|
||||
if status_func() != 0:
|
||||
LOG.warning("hostmonitor skips monitoring hosts.")
|
||||
eventlet.greenthread.sleep(CONF.host.monitoring_interval)
|
||||
continue
|
||||
|
||||
eventlet.greenthread.sleep(CONF.host.monitoring_interval)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user