diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-04-10 14:47:56 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-04-10 14:47:56 +0000 |
commit | 64a616c4267e663f2a51fcb29117734b2a7af87b (patch) | |
tree | 2f412e056bad8bcad9f8da7854be48df0e10215e | |
parent | 101e7e9be48e62f31b876a0d657b2c2ea27a565b (diff) | |
parent | d837c677ee659559fb145670db8e34e96b587dd8 (diff) |
Merge "Adding NTP to undercloud template"
-rw-r--r-- | undercloud-source.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/undercloud-source.yaml b/undercloud-source.yaml index 39cc4252..57508fda 100644 --- a/undercloud-source.yaml +++ b/undercloud-source.yaml @@ -59,6 +59,9 @@ Parameters: Description: The password for the nova service account, used by nova-api. Type: String NoEcho: true + NtpServer: + Type: String + Default: '' RabbitUserName: Default: guest Description: The username for RabbitMQ @@ -223,6 +226,9 @@ Resources: enable_tunneling: 'False' service-password: Ref: NeutronPassword + ntp: + servers: + - {server: {Ref: NtpServer}, fudge: "stratum 0"} rabbit: host: 127.0.0.1 username: |