]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
AsyncProcess: try to kill tender
authorIWAMOTO Toshihiro <iwamoto@valinux.co.jp>
Fri, 11 Sep 2015 10:01:20 +0000 (19:01 +0900)
committerIWAMOTO Toshihiro <iwamoto@valinux.co.jp>
Mon, 14 Sep 2015 08:17:29 +0000 (17:17 +0900)
commit470a7d8a106a274e06fb1311c6738f333a98f59c
tree3a0dcd2c0b709785a1c4c58911bfeb70cd6d3ddb
parent710ab239e404a3ef138b7dd796d028ad375060e8
AsyncProcess: try to kill tender

_kill_process kills processes with SIGKILL, which prevents the
processes' cleanup from running.  Issue SIGTERM first and wait a bit.

Change-Id: Ie7b94011bbd11b1d672c95e3be19bb3c84ef77ec
Closes-bug: 1494363
etc/neutron/rootwrap.d/l3.filters
etc/neutron/rootwrap.d/openvswitch-plugin.filters
neutron/agent/linux/async_process.py
neutron/tests/functional/agent/linux/test_async_process.py
neutron/tests/unit/agent/linux/test_async_process.py