Merge "Add info log about ready DHCP config for ports" into stable/rocky

This commit is contained in:
Zuul 2019-09-19 17:11:18 +00:00 committed by Gerrit Code Review
commit 81d7abd98e
1 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,8 @@ class DhcpAgent(manager.Manager):
try:
self.plugin_rpc.dhcp_ready_on_ports(ports_to_send)
LOG.info("DHCP configuration for ports %s is completed",
ports_to_send)
continue
except oslo_messaging.MessagingTimeout:
LOG.error("Timeout notifying server of ports ready. "