neutron/neutron/agent
Jakub Libosvar 188f5c29a9 dvr: Don't raise KeyError in _get_floatingips_bound_to_host
We thought _get_floatingips_bound_to_host is not needed but removing the
method caused sending garps for fip that doesn't belong to node during
the full-sync.

This patch just replaces dict lookup with get() method, so fips are
filtered based on presence on the host and if host is not set on fip, it
won't raise a KeyError.

Note: This patch hasn't been merged in master yet because of KeyError happening in grenade job now.

Co-Authored-By: Swaminathan Vasudevan <SVasudevan@suse.com>

Related-bug: #1712412
Related-bug: #1713927

Change-Id: I0fbc772d757fb13b788f9df8d6d7d28d288d054a
2017-09-01 14:40:09 +00:00
..
common Make code follow log translation guideline 2017-08-14 10:53:33 -07:00
dhcp Make code follow log translation guideline 2017-08-14 10:53:33 -07:00
l2 Make code follow log translation guideline 2017-08-14 10:53:33 -07:00
l3 dvr: Don't raise KeyError in _get_floatingips_bound_to_host 2017-09-01 14:40:09 +00:00
linux Merge "Make code follow log translation guideline" into stable/pike 2017-08-18 23:56:26 +00:00
metadata Make code follow log translation guideline 2017-08-14 10:53:33 -07:00
ovsdb Make code follow log translation guideline 2017-08-14 10:53:33 -07:00
windows Make code follow log translation guideline 2017-08-14 10:53:33 -07:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
agent_extension.py Generalize agent extension mechanism 2016-07-19 13:45:22 +00:00
agent_extensions_manager.py Make code follow log translation guideline 2017-08-14 10:53:33 -07:00
dhcp_agent.py Agent common config 2017-03-15 09:52:18 -06:00
firewall.py Introduce trusted ports to firewall driver API 2017-07-12 15:36:48 +00:00
l3_agent.py Agent common config 2017-03-15 09:52:18 -06:00
metadata_agent.py Agent common config 2017-03-15 09:52:18 -06:00
resource_cache.py Merge "Check if record is stale after bulk pull" 2017-07-31 22:56:48 +00:00
rpc.py Lazy load of resources in resource cache 2017-06-15 13:26:20 -07:00
securitygroups_rpc.py Make code follow log translation guideline 2017-08-14 10:53:33 -07:00