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

This commit is contained in:
Zuul 2019-09-21 05:54:31 +00:00 committed by Gerrit Code Review
commit b3d3d6d643
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. "