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:
parent
84cc387921
commit
3a4b1953a9
@ -26,7 +26,7 @@ resources:
|
|||||||
config:
|
config:
|
||||||
ntp:
|
ntp:
|
||||||
servers:
|
servers:
|
||||||
- {server: {get_param: ntp_server}, fudge: "stratum 0"}
|
- {server: {get_param: ntp_server}}
|
||||||
|
|
||||||
deployment:
|
deployment:
|
||||||
type: OS::Heat::StructuredDeployment
|
type: OS::Heat::StructuredDeployment
|
||||||
|
Loading…
Reference in New Issue
Block a user