From ee0a243688a70e0303aa3622a241c8df25b79de4 Mon Sep 17 00:00:00 2001 From: Terry Wilson Date: Tue, 22 Oct 2013 13:22:18 -0500 Subject: [PATCH] Ensure get_pid_to_kill works with rootwrap script To ensure that correct process is killed when using a rootwrap script, we must recursively list the children of our top-level process and kill the last one. This patch uses the psutil python module which is already used in the heat-cfntools project. Change-Id: I702bb9dd794c08fcaab637284ee303de1778cbb9 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index c1f4b9082..703dc6341 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,7 @@ jsonrpclib Jinja2 kombu>=2.4.8 netaddr>=0.7.6 +psutil>=0.6.1,<1.0 python-neutronclient>=2.3.0,<3 SQLAlchemy>=0.7.8,<=0.7.99 WebOb>=1.2.3,<1.3