Comment 2 for bug 1365268

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

Reviewed: https://review.openstack.org/118966
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=6f4177e2aef855f145d020d3f5ef7770e515de55
Submitter: Jenkins
Branch: master

commit 6f4177e2aef855f145d020d3f5ef7770e515de55
Author: Motohiro OTSUKA <email address hidden>
Date: Thu Sep 4 13:52:18 2014 +0900

    Search line with awk itself and avoid grep

    In ssh driver, some command sets are needlessly long.
    "awk" command can search line itself. This fixes it.

    Change-Id: Ie900aebe2f9ff7745c0456c5650204df84d0e799
    Closes-Bug: #1365268