]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move update_fip_statuses to Router class
authorCarl Baldwin <carl.baldwin@hpe.com>
Mon, 5 Oct 2015 21:35:37 +0000 (21:35 +0000)
committerCarl Baldwin <carl@ecbaldwin.net>
Fri, 6 Nov 2015 18:58:03 +0000 (18:58 +0000)
commitf5b4cd33b696ea1da6791320b65e5e9977fb5d3c
tree137cdcb8f329ee343150bc5c32ab578f24808455
parent3d3f666a84e14bc6ef956c67d98c102991357c3a
Move update_fip_statuses to Router class

I noticed that ri.floating_ips was being accessed from the agent.  It
didn't seem right.  Also, noticed that this set gets passed around too
much between methods.  It all boils down to saving the previous set
and then doing set difference to see which ones went away.  This patch
set makes it simpler.

Partially-Implements: blueprint address-scopes

Change-Id: I73424620e196200c70f221871c34e33ccfe73261
neutron/agent/l3/agent.py
neutron/agent/l3/router_info.py