Remove NO_SIGNAL from ControllerClusterConfig
authorSteven Hardy <shardy@redhat.com>
Thu, 14 May 2015 12:58:36 +0000 (08:58 -0400)
committerGiulio Fidente <gfidente@redhat.com>
Wed, 3 Jun 2015 14:31:52 +0000 (16:31 +0200)
We want to ensure this actually worked, or subsequent configuration
steps may fail.

Change-Id: Ia9ae12e70dd32dd3ae6c26cbfd3e3e2dba5d272f

overcloud-without-mergepy.yaml

index 3acadf7..14af531 100644 (file)
@@ -860,6 +860,7 @@ resources:
   ControllerClusterConfig:
     type: OS::Heat::StructuredConfig
     properties:
+      group: os-apply-config
       config:
         corosync:
           nodes: {get_attr: [Controller, corosync_node]}
@@ -877,7 +878,6 @@ resources:
     properties:
       config: {get_resource: ControllerClusterConfig}
       servers: {get_attr: [Controller, attributes, nova_server_resource]}
-      signal_transport: NO_SIGNAL
 
   ControllerAllNodesDeployment:
     type: OS::Heat::StructuredDeployments