Merge "Remove unnecessary continue statement"

This commit is contained in:
Zuul 2020-11-13 10:45:03 +00:00 committed by Gerrit Code Review
commit abba984abd
1 changed files with 0 additions and 2 deletions

View File

@ -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)