From 1d591672fb8dcb4afed8fac2910956348005a43e Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Sat, 25 Jan 2014 22:13:48 -0800 Subject: [PATCH] Allow setting a single NTP Server We can allow multiple later when we have better tools for such things. Change-Id: Ie902843c28f8a7258b207745653184784e3e9665 Partial-Bug: #1184486 --- overcloud-source.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 8e9c33ff..358de7d6 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -100,6 +100,9 @@ Parameters: notcomputeImage: Type: String Default: overcloud-control + NtpServer: + Type: String + Default: '' Resources: AccessPolicy: Properties: @@ -343,6 +346,9 @@ Resources: - notcompute - networks password: guest + ntp: + servers: + - {server: {Ref: NtpServer}, fudge: "stratum 0"} notcompute: Type: OS::Nova::Server Properties: -- 2.16.6