From b1ae63bb11ce92a584d5dbff4e3dc94564f5cb04 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Thu, 14 May 2015 07:05:34 -0400 Subject: Remove NO_SIGNAL from ControllerBootstrapNodeDeployment We need to be sure the boostrap node data has been propagated to the cluster before proceeding with configuration, because ControllerNodesPostDeployment consumes the data put in place by this and depends_on for serialization, which is essentially meaningless when combined with NO_SIGNAL. Change-Id: I73a1e5a2cda4c79f457bfbd9ce2836dc5c1902cc --- bootstrap-config.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap-config.yaml') diff --git a/bootstrap-config.yaml b/bootstrap-config.yaml index 6082dbce..c87670e3 100644 --- a/bootstrap-config.yaml +++ b/bootstrap-config.yaml @@ -12,6 +12,7 @@ resources: BootstrapNodeConfigImpl: type: OS::Heat::StructuredConfig properties: + group: os-apply-config config: bootstrap_host: bootstrap_nodeid: {get_param: bootstrap_nodeid} -- cgit 1.2.3-korg