]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add proccess monitor to keepalived
authorMike Kolesnik <mkolesni@redhat.com>
Tue, 3 Feb 2015 08:58:47 +0000 (10:58 +0200)
committerMike Kolesnik <mkolesni@redhat.com>
Mon, 9 Mar 2015 13:31:34 +0000 (15:31 +0200)
commit133a399d4f87a20cb06b6bae604a3666f36ebd95
tree63c05d29725278bac2e6b6e0bc1fb6907dbc5a51
parentebc1469a7e3489ad028ed36fca07883fba889401
Add proccess monitor to keepalived

Adding process monitor to keepalived code, so that keepalived processes
launched by the L3 agent will get monitored the same as other processes
launched by the L3 agent.

Old monitoring code was removed since it's not needed anymore.

Implements: blueprint agent-child-processes-status

Change-Id: I94a889ee07286ab3c6cdab9ab15e5aee6fbd133a
neutron/agent/l3/ha.py
neutron/agent/l3/ha_router.py
neutron/agent/linux/keepalived.py
neutron/tests/functional/agent/linux/test_keepalived.py
neutron/tests/functional/agent/linux/test_process_monitor.py
neutron/tests/functional/agent/test_l3_agent.py