Fix ntp parameters in os-apply-config example

Ref https://review.openstack.org/#/c/145737/, we inherited
a bad config from the tripleo template I copied from.

Change-Id: Ib3865c498d7fe62aba5efd42dcf76e7bccf0fc08
This commit is contained in:
Steven Hardy 2015-01-16 14:28:01 +00:00
parent 84cc387921
commit 3a4b1953a9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ resources:
config:
ntp:
servers:
- {server: {get_param: ntp_server}, fudge: "stratum 0"}
- {server: {get_param: ntp_server}}
deployment:
type: OS::Heat::StructuredDeployment