Merge "Update default value for ntp servers"

This commit is contained in:
Zuul 2018-09-22 18:38:23 +00:00 committed by Gerrit Code Review
commit e202bdb01f
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class UndercloudConfig(StandaloneConfig):
'node.'),
),
cfg.ListOpt('undercloud_ntp_servers',
default=[],
default=['pool.ntp.org'],
help=_('List of ntp servers to use.')),
cfg.StrOpt('overcloud_domain_name',
default='localdomain',