diff --git a/neutron/agent/l3/dvr_local_router.py b/neutron/agent/l3/dvr_local_router.py index 540658b2c5f..470238d01bf 100644 --- a/neutron/agent/l3/dvr_local_router.py +++ b/neutron/agent/l3/dvr_local_router.py @@ -133,9 +133,6 @@ class DvrLocalRouter(dvr_router_base.DvrRouterBase): self.fip_ns.local_subnets.release(self.router_id) self.rtr_fip_subnet = None ns_ip.del_veth(fip_2_rtr_name) - # NOTE (Swami): The fg interface and the namespace will be deleted - # when the external gateway port is removed. This will be - # initiated from the server through an RPC call. def add_floating_ip(self, fip, interface_name, device): if not self._add_fip_addr_to_device(fip, device):