From 670ccde8a1325841d71d3f4acfc6171f65fdca63 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Thu, 17 Jul 2014 11:53:25 -0400 Subject: 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 --- block-storage.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'block-storage.yaml') 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: -- cgit 1.2.3-korg