diff options
-rw-r--r-- | overcloud-source.yaml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 7d5b53ac..28d66caf 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -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 |