]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Move process monitor settings to neutron.conf AGENT section
authorMiguel Angel Ajo <mangelajo@redhat.com>
Thu, 22 Jan 2015 14:17:30 +0000 (14:17 +0000)
committerMiguel Angel Ajo <mangelajo@redhat.com>
Thu, 22 Jan 2015 21:37:55 +0000 (21:37 +0000)
commit166206143d736733db39ebe3a259eed2dc0fce81
tree86806fb4464b609ceec3c7a1ddf9f7ca07311123
parentffe91ecad57e2e440e88180426f52a30fd834762
Move process monitor settings to neutron.conf AGENT section

Instead of defining specific settings on each agent configuration
file for later patches in the series, we provide a single
point of configuration in the AGENT section of the neutron.conf
file, which could yet be overriden per agent config file if needed.

Partially Implements: blueprint agent-child-processes-status

Change-Id: I8a6351c96b8699fdba50009fa9eace337b937a34
etc/neutron.conf
neutron/agent/common/config.py
neutron/agent/linux/external_process.py
neutron/tests/functional/agent/linux/test_process_monitor.py
neutron/tests/unit/agent/linux/test_process_monitor.py