From 42a3b362479f0f9e55f8f57f7fd6d638e5bf36bf Mon Sep 17 00:00:00 2001 From: Nicholas Randon Date: Wed, 7 Jan 2015 18:54:08 +0000 Subject: 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 --- undercloud-source.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'undercloud-source.yaml') diff --git a/undercloud-source.yaml b/undercloud-source.yaml index 0b126146..ce5b7e8d 100644 --- a/undercloud-source.yaml +++ b/undercloud-source.yaml @@ -346,7 +346,7 @@ resources: - value ntp: servers: - - {server: {get_param: NtpServer}, fudge: "stratum 0"} + - {server: {get_param: NtpServer}} undercloudPassthroughConfig: type: OS::Heat::StructuredConfig properties: -- cgit 1.2.3-korg