Comment 4 for bug 1714077

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/pike)

Reviewed: https://review.openstack.org/499880
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=a6b4a86513218afdf488aeaa1ca0c09a6c8e8808
Submitter: Jenkins
Branch: stable/pike

commit a6b4a86513218afdf488aeaa1ca0c09a6c8e8808
Author: Martin Mágr <email address hidden>
Date: Fri Aug 25 11:20:48 2017 +0200

    Fix port health check false negatives

    Most of the opened port health checks are failing because containers
    are not run under root user. This patch makes it to avoid use of lsof
    so that all containers are checked correctly on opened ports.

    Closes-bug: #1714077
    Co-Authored-By: Derek Higgins <email address hidden>
    Change-Id: I01389ce87f81486fd887d71e6816df76276011e0
    (cherry picked from commit 9671a1d80fedf7a7241e3e7032586f7a361df96c)