Comment 5 for bug 1465598

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/6.1)

Reviewed: https://review.openstack.org/192614
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=14ac1f7025e7490975f8156f351f35d42b1f3672
Submitter: Jenkins
Branch: stable/6.1

commit 14ac1f7025e7490975f8156f351f35d42b1f3672
Author: Vladimir Kuklin <email address hidden>
Date: Wed Jun 17 14:21:09 2015 +0300

    Remove raise Timeout::Error from ntp_available

    THIS COMMIT IS identical to Ibf2ebb80c04e4314f01b9a45e6a2169e1cde7fbf
    it was created to override -1 workflow as we need to merge stuff
    for 6.1 RC3

    The ntp_available function should not raise a Timeout::Error here as
    it should just return false so that the next server should be checked.
    This update addresses the case where a Timeout::Error is being raised
    rather than having all servers checked before erroring with a
    Puppet::Error if no servers answer.

    Change-Id: Ide224a0e5dffca6b3dcb8c5e12b732870d07b988
    Closes-Bug: 1465598