]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Ensure that l3 agent does not crash on restart
authorGary Kotton <gkotton@redhat.com>
Mon, 10 Sep 2012 08:19:09 +0000 (04:19 -0400)
committerGary Kotton <gkotton@redhat.com>
Tue, 11 Sep 2012 13:01:56 +0000 (13:01 +0000)
commit9b5871c658e1ec77bc29da507a2471a8b81b3702
treee080b86ef87f028fcd8034e75ce56e9d83a9b255
parent9597aa04bff9427661901a2724f4f87014cf2f5c
Ensure that l3 agent does not crash on restart

Fixes bug 1048108

The changeset also removed the namespace garbage collection from the port unplug. This
attempts to delete the namespace. This is problematic as there may be additional attributes
to the namespace that need to be dealt with.

Change-Id: I418a1ec4e9b65e5bea67ae84414019c3d6b54214
quantum/agent/l3_agent.py
quantum/agent/linux/interface.py
quantum/agent/linux/ip_lib.py
quantum/tests/unit/test_linux_dhcp.py
quantum/tests/unit/test_linux_ip_lib.py