]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Don't delete HA router primary VIP on agent restarts
authorAssaf Muller <amuller@redhat.com>
Mon, 16 Mar 2015 19:43:24 +0000 (15:43 -0400)
committerAssaf Muller <amuller@redhat.com>
Tue, 17 Mar 2015 22:45:51 +0000 (18:45 -0400)
commit89eef8904723bc2b1306733d4e56219727ad6d07
tree8f53790553262d88c2e0f83cec49c15502241767
parentbc61b8f4d85385f3f59a424c4ce3b2532135cfcd
Don't delete HA router primary VIP on agent restarts

An HA router's primary VIP was being deleted from the router
namespace when the L3 agent is restarted. Make sure that
doesn't happen and change the functional test to make sure
the bug stays squashed.

Change-Id: I0e5b416152bacf496de54bedee0fca8d3950be2b
Closes-Bug: #1432806
Closes-Bug: #1432785
neutron/agent/l3/ha.py
neutron/agent/l3/ha_router.py
neutron/agent/linux/keepalived.py
neutron/tests/functional/agent/test_l3_agent.py
neutron/tests/unit/agent/linux/test_keepalived.py