Correct overcloud template to inherit passthrough
authorNicholas Randon <nicholas.randon@hp.com>
Wed, 30 Jul 2014 09:17:56 +0000 (10:17 +0100)
committerNicholas Randon <nicholas.randon@hp.com>
Thu, 31 Jul 2014 11:40:16 +0000 (12:40 +0100)
Inherit passthrough from nova-compute-instance.yaml, rather than
having an exact copy in overcloud-source.yaml.

Change-Id: I4f5a4a7be5835cb68755734aa72f8d9670cba0d4

overcloud-source.yaml

index 7d5b53a..28d66ca 100644 (file)
@@ -337,12 +337,10 @@ Resources:
     Parameters:
         AllNodesConfig: {Ref: allNodesConfig}
   NovaCompute0Passthrough:
-    Type: OS::Heat::StructuredDeployment
-    Properties:
-      config: {Ref: NovaComputePassthrough}
-      server: {Ref: NovaCompute0}
-      signal_transport: NO_SIGNAL
-      input_values:
+    Type: FileInclude
+    Path: nova-compute-instance.yaml
+    SubKey: Resources.NovaCompute0Passthrough
+    Parameters:
         passthrough_config: {Ref: ExtraConfig}
   NovaCompute0:
     Type: FileInclude