From 679ed909ce3d9be1eef39e4afa5a559a40b26363 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Fri, 7 Feb 2014 15:57:07 +1300 Subject: Allow manual hosts entry exports in overcloud. This makes it possible to have SSL connections to APIs from compute hosts with no DNS or external connectivity - something the ci-overcloud has. Change-Id: I089ef8fdfb4a59279f09bf3cd2a4474000e4bfa6 --- nova-compute-instance.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nova-compute-instance.yaml') diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml index 6c2671c0..8b2411ee 100644 --- a/nova-compute-instance.yaml +++ b/nova-compute-instance.yaml @@ -86,6 +86,10 @@ Parameters: Type: String NeutronEnableTunnelling: Type: String + StaticHosts: + Default: '' + Description: Static content to append to /etc/hosts + Type: String Resources: ComputeAccessPolicy: Type: OS::Heat::AccessPolicy @@ -158,6 +162,7 @@ Resources: compute_agent: {Ref: CeilometerComputeAgent} glance: host: {Ref: GlanceHost} + hosts: {Ref: StaticHosts} keystone: host: {Ref: KeystoneHost} neutron: -- cgit 1.2.3-korg