1d38f30555384257445f0d119a307e74e88d7fbf
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
Team and repository tags
Welcome!
To learn more about neutron:
- Documentation: http://docs.openstack.org
- Features: http://specs.openstack.org/openstack/neutron-specs
- Defects: http://launchpad.net/neutron
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute:
CONTRIBUTING.rst
Description
Languages
Python
99.7%
Shell
0.3%