From: rajeev Date: Wed, 4 Feb 2015 22:48:16 +0000 (-0500) Subject: Log entry when no Floating IP interface present X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=ea4abf0199bebc5f67ae5437076bdc638615e56b;p=openstack-build%2Fneutron-build.git Log entry when no Floating IP interface present Having a log entry here in process_router_floating_ip_addresses would make it easier to understand why the status of floating ips wasn't updated. Change-Id: If7ff3d8951010ed2a4e802acdb948cfdfcb5dda6 Related-bug: #1415522 --- diff --git a/neutron/agent/l3/agent.py b/neutron/agent/l3/agent.py index 844911d22..296b128e1 100644 --- a/neutron/agent/l3/agent.py +++ b/neutron/agent/l3/agent.py @@ -752,6 +752,8 @@ class L3NATAgent(firewall_l3_agent.FWaaSL3AgentRpcCallback, fip_statuses = {} if interface_name is None: + LOG.debug('No Interface for floating IPs router: %s', + ri.router['id']) return fip_statuses device = ip_lib.IPDevice(interface_name, self.root_helper,