From 97be2198406de9caab6b71de148fc906c394fdb2 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 18 Apr 2014 17:04:54 -0400 Subject: Configure NTP for overcloud compute Updates the overcloud nova-compute templates so that the NTP server is properly configured. Change-Id: I4fc407153da5e031dcf5e5e5e1b3b74d932dba45 Partial-bug: #1309677 --- nova-compute-instance.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nova-compute-instance.yaml') diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml index 71e47ccc..bdd5a9cb 100644 --- a/nova-compute-instance.yaml +++ b/nova-compute-instance.yaml @@ -58,6 +58,9 @@ Parameters: NovaImage: Type: String Default: overcloud-compute + NtpServer: + Type: String + Default: '' KeystoneHost: Type: String NeutronFlatNetworks: @@ -200,6 +203,7 @@ Resources: live_update_tenant_name: {Ref: LiveUpdateTenantName} nova_image: {Ref: NovaImage} live_update_image_id: {Ref: LiveUpdateComputeImage} + ntp_server: {Ref: NtpServer} NovaCompute0Passthrough: Type: OS::Heat::StructuredDeployment Properties: -- cgit 1.2.3-korg