Comment 3 for bug 1405477

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/154093
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=503eaf96cf6a0909dbb34b829b2058b61c136cb6
Submitter: Jenkins
Branch: master

commit 503eaf96cf6a0909dbb34b829b2058b61c136cb6
Author: Stanislav Makar <email address hidden>
Date: Mon Feb 9 15:41:31 2015 +0000

    Use the command *ip netns pids* in Neutron OCF scripts

    Use command *ip netns pids* instead of lsof. This decreases the time of
    getting pids inside namespace. Profit >20 times faster then with lsof.

    Change-Id: Ife3f5da3558bf4b5ddd0abbe997cd4b845a8d53c
    Closes-bug: #1405477