From: James Slagle Date: Thu, 17 Jul 2014 15:53:25 +0000 (-0400) Subject: Add signal_transport property X-Git-Tag: opnfv-6.0.0~2794^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=670ccde8a1325841d71d3f4acfc6171f65fdca63;p=apex-tripleo-heat-templates.git Add signal_transport property Specify NO_SIGNAL for signal_transport on the BlockStorage0Deployment resource. Otherwise, this resource remains CREATE_IN_PROGRESS forever. Change-Id: I973d197245ed32612bde9209479e6ae3a443fc69 --- diff --git a/block-storage.yaml b/block-storage.yaml index 524dda79..da5f9edc 100644 --- a/block-storage.yaml +++ b/block-storage.yaml @@ -32,6 +32,7 @@ Resources: controller_host: {"Fn::Select": [ 0, {"Fn::Select": [ "ctlplane", {"Fn::GetAtt": [controller0, networks]} ]} ] } cinder_dsn: {"Fn::Join": ['', ['mysql://cinder:unset@', {"Fn::Select": [ 0, {"Fn::Select": [ "ctlplane", {"Fn::GetAtt": [controller0, networks]} ]} ] } , '/cinder']]} neutron_local_ip: {"Fn::Select": [0, "Fn::Select": [ctlplane, {"Fn::GetAtt": [BlockStorage0 , networks]}]]} + signal_transport: NO_SIGNAL BlockStorageConfig: Type: OS::Heat::StructuredConfig Properties: