Comment 5 for bug 1573167

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to astara (stable/mitaka)

Reviewed: https://review.openstack.org/309134
Committed: https://git.openstack.org/cgit/openstack/astara/commit/?id=5f3edfe1b68807b33dc53e32737a662ff40aeccd
Submitter: Jenkins
Branch: stable/mitaka

commit 5f3edfe1b68807b33dc53e32737a662ff40aeccd
Author: Adam Gandelman <email address hidden>
Date: Thu Apr 21 11:00:14 2016 -0700

    Ensure ssh key is sanitized when read from disk

    We currently pass the ssh key read from disk straight into
    cloud-init. If it contains newlines before or after, it can
    break the yaml formatting of the cloud-init causing the appliance
    to fail to successfull boot.

    Change-Id: I26ef83dc7b02afc5e30f09447363ee27c9dca07c
    Closes-bug: #1573167
    (cherry picked from commit 158cf8d670654a569e793802a7e026f07efef715)