Comment 2 for bug 1806521

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

Reviewed: https://review.openstack.org/621930
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=90d3723175deca490e53019dfb10c066863fa7cb
Submitter: Zuul
Branch: master

commit 90d3723175deca490e53019dfb10c066863fa7cb
Author: Alex Schultz <email address hidden>
Date: Mon Dec 3 20:20:49 2018 -0700

    Specify multiple NtpServers by default

    The NtpServer default set now includes multiple pool.ntp.org hosts to
    ensure that the time can be properly synced during the deployment.
    Having only a single timesource can lead to deployment failures if the
    time source is unavailable during the deployment. It is recommended
    that you either set multiple NtpServers or use the NtpPool
    configuration to ensure that enough time sources are available for the
    hosts. Note that the NtpPool configuration is only available when using
    chrony.

    Change-Id: I5b82d77cbf0f2e8c2a59645a72aa533d7d2c86b8
    Closes-Bug: #1806521