Comment 17 for bug 1243216

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.openstack.org/122207
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=374a612241ff9f15bcdcccb6c60d6d0847706766
Submitter: Jenkins
Branch: master

commit 374a612241ff9f15bcdcccb6c60d6d0847706766
Author: Jakub Libosvar <email address hidden>
Date: Fri Oct 3 14:02:55 2014 +0200

    Add Process class helper to manage processes with namespace

    This class extends Popen class with usage of namespace and root-helper.
    Because of usage of root wrapper, this class re-uses get_child_pid() for
    killing the child process. get_child_pid() is taken out of AsyncProcess
    as a part of this patch.

    Change-Id: I856b3ec75f347ecccaf4a1c6fd17b28a33ee1a3f
    Related-Bug: 1243216