Merge "Add info log about ready DHCP config for ports"

This commit is contained in:
Zuul 2019-09-17 05:16:50 +00:00 committed by Gerrit Code Review
commit 3ad6af7626
1 changed files with 2 additions and 0 deletions

View File

@ -253,6 +253,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. "