neutron/neutron/agent
Cedric Brandily 127de06c7e Clean only floating-ip related connection states
Currently init_l3 deletes connection states related to ALL ips deleted
in init_l3 but it's required only when floating-ips are deleted[1].

This change deletes only connection states related to floating-ips
deleted in init_l3 ... it avoids to delete connection states in dhcp
agents and on router internal ports!

[1] look at change Ia9bd7ae243a0859dcb97e2fa939f7d16f9c2456c

Closes-Bug: #1452434
Related-Bug: #1334926
Change-Id: Icfcfc585df6fd41de1e1345fd731e4631a6950ce
2015-06-05 22:58:33 +02:00
..
common Merge "Python3: use six.iteritems() instead of dict.iteritems()" 2015-06-03 15:17:08 +00:00
dhcp Remove get_dhcp_port RPC method 2015-06-02 13:16:34 +00:00
l3 Clean only floating-ip related connection states 2015-06-05 22:58:33 +02:00
linux Clean only floating-ip related connection states 2015-06-05 22:58:33 +02:00
metadata Don't pass namespace name in disable_isolated_metadata_proxy 2015-05-14 17:43:28 +03:00
ovsdb Python 3: use six.string_types instead of basestring 2015-05-21 04:03:17 +02:00
windows OVS agent support on Hyper-V 2015-03-25 13:48:33 -07:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
dhcp_agent.py Allow metadata proxy running with nobody user/group 2015-04-06 18:31:37 +02:00
firewall.py Add missing methods to NoopFirewallDriver 2014-09-28 22:16:57 +04:00
l2population_rpc.py Replace custom method call logger with oslo.log helper 2015-04-20 15:16:54 +00:00
l3_agent.py Allow metadata proxy running with nobody user/group 2015-04-06 18:31:37 +02:00
metadata_agent.py Allow metadata proxy running with nobody user/group 2015-04-06 18:31:37 +02:00
rpc.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00
securitygroups_rpc.py Use iptables zone to separate different ip_conntrack 2015-05-05 16:59:37 +08:00