diff options
Diffstat (limited to 'nova-compute-instance.yaml')
-rw-r--r-- | nova-compute-instance.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
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: |