Merge "Changing scheduler sync event from INFO to DEBUG" into stable/queens

This commit is contained in:
Zuul 2019-08-10 03:16:55 +00:00 committed by Gerrit Code Review
commit e6efd1ba66
1 changed files with 2 additions and 2 deletions

View File

@ -836,8 +836,8 @@ class HostManager(object):
"Re-created its InstanceList."), host_name) "Re-created its InstanceList."), host_name)
return return
host_info["updated"] = True host_info["updated"] = True
LOG.info(_LI("Successfully synced instances from host '%s'."), LOG.debug("Successfully synced instances from host '%s'.",
host_name) host_name)
else: else:
self._recreate_instance_info(context, host_name) self._recreate_instance_info(context, host_name)
LOG.info(_LI("Received a sync request from an unknown host '%s'. " LOG.info(_LI("Received a sync request from an unknown host '%s'. "