Comment 2 for bug 1896669

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

Reviewed: https://review.opendev.org/753481
Committed: https://git.openstack.org/cgit/starlingx/metal/commit/?id=126cdfa36911d52995ee6fff7fbafdc52d8ae1d8
Submitter: Zuul
Branch: master

commit 126cdfa36911d52995ee6fff7fbafdc52d8ae1d8
Author: Eric MacDonald <email address hidden>
Date: Tue Sep 22 18:19:24 2020 -0400

    Make daemon_get_file_str return first line in specified file

    The current implementation will return only the first
    group of characters up to the first space from the first
    line of the specified file.

    This function was intended to return the entire first line.

    Change-Id: Ic34361c32aeff564f4645070279cdb53d5b87626
    Closes-Bug: 1896669
    Signed-off-by: Eric MacDonald <email address hidden>