diff options
author | Nicholas Randon <nicholas.randon@hp.com> | 2015-01-07 18:54:08 +0000 |
---|---|---|
committer | Nicholas Randon <nicholas.randon@hp.com> | 2015-01-08 15:54:05 +0000 |
commit | 42a3b362479f0f9e55f8f57f7fd6d638e5bf36bf (patch) | |
tree | 6234683291592bc1e7fb19af9d9f0e75a9cb920f /controller-config.yaml | |
parent | e38535b528e3a611d5fe623b3e0212b88c48395e (diff) |
Remove invalid NTP configuration in templates
Currently the all templates have an invalid setting for NTP
setup for the fudge setting. This should be removed from
the templates which will remove the warning seen in syslog.
ntpd[...]: inappropriate address xxx.xxx.xxx.xxx for the
fudge command, line ignored
Partial-Bug: 1408379
Relates-To: Ib9931b84925d9ceb32f18e9adc5be64402fbf61e
Change-Id: I56a03dc0a899a8c515f2a05d678d7e80e9b7b93c
Diffstat (limited to 'controller-config.yaml')
-rw-r--r-- | controller-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-config.yaml b/controller-config.yaml index fad8879f..fa9db05a 100644 --- a/controller-config.yaml +++ b/controller-config.yaml @@ -128,7 +128,7 @@ resources: rabbit_port: {get_input: rabbit_client_port} ntp: servers: - - {server: {get_input: ntp_server}, fudge: "stratum 0"} + - {server: {get_input: ntp_server}} virtual_interfaces: instances: - vrrp_instance_name: VI_CONTROL |