From 1c9c8249a2f245c053d6ee9ef088d49437a98fc1 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Thu, 3 Jul 2014 09:08:47 -0700 Subject: Make stack complete depend on all nodes Previously the completion signal was just based on the first run of os-refresh-config. But in this case, we actually need to wait until it runs successfully with all hosts computed. That way we can know that services aren't in an unstable state while that configuration rolls out. Change-Id: I3b965c19c92b366df3069cb8e1daffa18252c884 Closes-Bug: #1337230 --- nova-compute-instance.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova-compute-instance.yaml') 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: -- cgit 1.2.3-korg