diff options
author | Trent Geerdes <trent.geerdes@hp.com> | 2014-04-04 12:43:16 -0600 |
---|---|---|
committer | Trent Geerdes <trent.geerdes@hp.com> | 2014-04-04 12:43:49 -0600 |
commit | d837c677ee659559fb145670db8e34e96b587dd8 (patch) | |
tree | 99c830c1471ca6670bd256abb877fc47664b1e1f | |
parent | 65351560a421f40c0d66d6dcb00ee5515d5feb0f (diff) |
Adding NTP to undercloud template
Change-Id: I30c0e175fda448a300cae0b233757d31ce73402f
-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 90724b76..80ca8dc6 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 @@ -217,6 +220,9 @@ Resources: enable_tunneling: 'False' service-password: Ref: NeutronPassword + ntp: + servers: + - {server: {Ref: NtpServer}, fudge: "stratum 0"} rabbit: host: 127.0.0.1 username: |