Comment 2 for bug 1737027

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

Reviewed: https://review.openstack.org/526494
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=08641d846ab8d51261eab0bee62a45e7955dd3f6
Submitter: Zuul
Branch: master

commit 08641d846ab8d51261eab0bee62a45e7955dd3f6
Author: James Slagle <email address hidden>
Date: Thu Dec 7 14:50:47 2017 -0500

    Use StrictHostKeyChecking=no in enable-ssh-admin.sh

    Use StrictHostKeyChecking=no to inject the temporary ssh key in
    enable-ssh-admin.sh. The user provides the list of hosts for ssh, so we
    can safely assume that they intend to ssh to those hosts.

    Also, for the ovb case the hosts will have new host ssh keys which have
    not yet been accepted.

    Change-Id: Ia2a2d1e4c214d9d9190131c280a54eab066e3657
    Closes-Bug: #1737027