]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Clean only floating-ip related connection states
authorCedric Brandily <zzelle@gmail.com>
Wed, 6 May 2015 20:40:39 +0000 (22:40 +0200)
committerCedric Brandily <zzelle@gmail.com>
Fri, 5 Jun 2015 20:58:33 +0000 (22:58 +0200)
commit127de06c7e09e1468f2855a3033fb6193a6b9365
treee3d4ea4a4e779da9f2f513fc03d137d98f0d98c0
parent8d0c7fea0333cb6061bb3f257354d0f1cebb5ca7
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
neutron/agent/l3/dvr_fip_ns.py
neutron/agent/l3/router_info.py
neutron/agent/linux/interface.py
neutron/tests/unit/agent/l3/test_agent.py
neutron/tests/unit/agent/linux/test_interface.py