diff options
Diffstat (limited to 'nova-compute-instance.yaml')
-rw-r--r-- | nova-compute-instance.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova-compute-instance.yaml b/nova-compute-instance.yaml index 3ac423b3..bb75ed90 100644 --- a/nova-compute-instance.yaml +++ b/nova-compute-instance.yaml @@ -182,6 +182,7 @@ Resources: DependsOn: [controller0Deployment] Type: OS::Heat::StructuredDeployment Properties: + signal_transport: NO_SIGNAL config: {Ref: NovaComputeConfig} server: {Ref: NovaCompute0} input_values: @@ -226,7 +227,6 @@ Resources: Properties: config: {Ref: AllNodesConfig} server: {Ref: NovaCompute0} - signal_transport: NO_SIGNAL NovaCompute0Passthrough: Type: OS::Heat::StructuredDeployment Properties: |