]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Enable Process Monitor by default.
authorMiguel Angel Ajo <mangelajo@redhat.com>
Tue, 24 Mar 2015 13:10:37 +0000 (13:10 +0000)
committerMiguel Angel Ajo <mangelajo@redhat.com>
Fri, 27 Mar 2015 09:52:42 +0000 (09:52 +0000)
commit90e833a3cbbe4835de82e3d83196cbe4545818c1
tree71a2346b909f60002364e32ede06d533d2fd63ee
parent2f7069ecb1a4964633c7ed3b5779b6c7f0ab07f2
Enable Process Monitor by default.

Process monitor is enabled by default by this patch,
with a default 60 second monitoring interval, this
interval was calculated early in the development
process to scale to 1000s of processes with light load.
We believe it's important to have it enabled to get
user feedback as we release kilo.

Process monitor is sucessfully enabled and backported
to Red Hat D/S distributions from icehouse to juno
without any issue.

Specific process monitor functional tests provide
coverage, also keepalived checks that it can be
properly respawned.

We should follow up with dhcp and l3 agent functional
testing for killing and checking their processes
correctly respawned. Normal process start/stop is
already validated by other functional tests and tempest.

DocImpact

Change-Id: I85fe31bee30714148168a293eea29fa0a37f9701
Implements: blueprint agent-child-processes-status
etc/neutron.conf
neutron/agent/common/config.py