Merge "Logging level should be lowered"

This commit is contained in:
Zuul 2020-10-27 22:58:14 +00:00 committed by Gerrit Code Review
commit 1012650a2c
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ class BaseVIFPool(base.VIFPoolDriver, metaclass=abc.ABCMeta):
try: try:
if (now - oslo_cfg.CONF.vif_pool.ports_pool_update_frequency < if (now - oslo_cfg.CONF.vif_pool.ports_pool_update_frequency <
last_update): last_update):
LOG.info("Not enough time since the last pool update") LOG.debug("Not enough time since the last pool update")
return return
except AttributeError: except AttributeError:
LOG.debug("Kuryr-controller not yet ready to populate pools.") LOG.debug("Kuryr-controller not yet ready to populate pools.")