neutron/etc
Daniel Alvarez 340e776492 Kill processes when cleaning up namespaces
This patch will kill processes that are listening on any port/UNIX
socket within the namespace to be cleaned up. To kill them it will
issue a SIGTERM to them (or to their parents if they were forked) and,
if they don't die after a few seconds, a SIGKILL to them and all their
children.

This is intended for those cases when there's no specific cleanup and
serves as a fallback method.

Change-Id: I4195f633ef4a1788496d1293846f19eef89416aa
Partial-Bug: #1403455
(cherry picked from commit 1d38f30555)
2017-01-09 16:21:55 +00:00
..
neutron Kill processes when cleaning up namespaces 2017-01-09 16:21:55 +00:00
oslo-config-generator Add http_proxy_to_wsgi to api-paste 2016-10-17 11:04:56 +00:00
README.txt Automatically generate neutron core configuration files 2015-11-27 15:22:59 +00:00
api-paste.ini Add http_proxy_to_wsgi to api-paste 2016-10-17 11:04:56 +00:00
policy.json Remove FWaaS policy.json entries 2016-09-06 21:30:41 +00:00
rootwrap.conf Update rootwrap.conf to add /usr/local/sbin 2015-08-21 19:23:18 +01:00

README.txt

To generate the sample neutron configuration files, run the following
command from the top level of the neutron directory:

tox -e genconfig

If a 'tox' environment is unavailable, then you can run the following script
instead to generate the configuration files:

./tools/generate_config_file_samples.sh