]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
SIGHUP keepalived if L3 agent restarts
authorAssaf Muller <amuller@redhat.com>
Mon, 19 Jan 2015 18:55:49 +0000 (13:55 -0500)
committerAssaf Muller <amuller@redhat.com>
Tue, 20 Jan 2015 14:36:16 +0000 (09:36 -0500)
commitbabdc213744a3f08a7d6d781cf29cb4a870abc65
treeca6f8c28321b9ea2f1cd92f7bb9666f3fccf93f0
parentdbd37747d02e0f4592df37c68f044246af27f859
SIGHUP keepalived if L3 agent restarts

Currently restarting the L3 agent does not SIGHUP any running
keepalived processes. This is an issue if the L3 agent crashes
and is then restarted by an external tool. In this case, the L3
agent resyncs with the controller but does not SIGHUP keepalived.

It's also an issue during upgrades.

Closes-Bug: #1412542
Change-Id: Iec29b483f499f02c593f6e0663c7f3504c615c1a
neutron/agent/linux/keepalived.py