cloudbase / windows-imaging-tools

Tools to automate the creation of a Windows image for OpenStack, supporting KVM, Hyper-V, ESXi and more.
Apache License 2.0
670 stars 227 forks source link

Add support for custom NTP servers #314

Closed ader1990 closed 4 years ago

ader1990 commented 4 years ago

Add new config option to set ntp servers (separated by space) in the custom section:

[custom] ntp_servers="0.ch.pool.ntp.org 1.ch.pool.ntp.org 2.ch.pool.ntp.org 3.ch.pool.ntp.org"

If ntp servers are set, the w32time service will be set on automatic start.