Comment 15 for bug 1674557

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

Reviewed: https://review.openstack.org/460928
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=128ebb02faf8027b8a6ac429204233a7293c2fcf
Submitter: Jenkins
Branch: stable/newton

commit 128ebb02faf8027b8a6ac429204233a7293c2fcf
Author: Akihiro Motoki <email address hidden>
Date: Tue Mar 21 06:48:13 2017 +0000

    Simplify RootHelperProcess._read_stream()

    select() itself has timeout mechanism, so we do not need to use
    wait_until_true wrapper.

    Related-Bug: #1674557
    Change-Id: I35bc4716f0d1e0d92e7b7a3f6dcb6978e9d725f9
    (cherry picked from commit a7898c54954396f8fdfe86a6445f5e5648407d5e)