Comment 2 for bug 1616112

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

Reviewed: https://review.openstack.org/358093
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=153ea9ad701569af2a125c5066f230bb73b4b10e
Submitter: Jenkins
Branch: master

commit 153ea9ad701569af2a125c5066f230bb73b4b10e
Author: jeremyfreudberg <email address hidden>
Date: Fri Aug 19 15:09:46 2016 -0400

    Error handling during hosts file generation

    Cluster deployment currently fails if hostname of
    service endpoint cannot be resolved. An error like
    this should not be critical since it could be the
    result of a temporary DNS issue, etc. The patch will
    allow deployment to continue. A warning will appear
    in the logs and in the hosts file of each instance.

    Change-Id: I8e4d88ec782dec900b39135e49da985bf9d4f39b
    Closes-Bug: #1616112