Merge "Adding NTP to undercloud template"

This commit is contained in:
Jenkins 2014-04-10 14:47:56 +00:00 committed by Gerrit Code Review
commit 64a616c426
1 changed files with 6 additions and 0 deletions

View File

@ -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: