]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Modify the ProcessMonitor class to have one less config parameter
authorMiguel Angel Ajo <mangelajo@redhat.com>
Fri, 19 Sep 2014 16:59:58 +0000 (18:59 +0200)
committerMiguel Angel Ajo <mangelajo@redhat.com>
Tue, 7 Oct 2014 11:56:28 +0000 (13:56 +0200)
commit8f05708eb6d6a5a9cae7a7656873e081aad61eca
tree2b9989af262ce6a8dc998b6a485c67dd5df5c1f7
parent1d142cc0c936cd6f699d3559ed740db6cf3b6c5a
Modify the ProcessMonitor class to have one less config parameter

It's a follow up patch, as agreed on the ProcessMonitor review
patch to coalesce the check_child_processes parameter into
check_child_process_interval.

When this parameter is set to 0, the feature is disabled.

Change-Id: I2d4d8c6a6b7c17d42d8455c98968f75bcefbb689
Closes-Bug: 1371705
neutron/agent/linux/external_process.py
neutron/tests/functional/agent/linux/test_process_monitor.py