Files
Clint Byrum fd32965cd5 Add an ntp element
It is quite painful to debug issues across hosts without time sync.

Partial-Bug: #1184486
Change-Id: I149b30d76690770f3d8726c8feda01a5ffb5016b
2013-12-05 11:26:19 -08:00

241 B

Setup ntpd and optionally configure it using Heat metadata.

Heat Metadata can be used to specify the configuration:

ntp:
  servers:
    - { server: server1.foo.example }
    - { server: server2.foo.test, fudge: stratum 0 }