Add signal_transport property
authorJames Slagle <jslagle@redhat.com>
Thu, 17 Jul 2014 15:53:25 +0000 (11:53 -0400)
committerJames Slagle <jslagle@redhat.com>
Tue, 22 Jul 2014 21:29:37 +0000 (17:29 -0400)
Specify NO_SIGNAL for signal_transport on the BlockStorage0Deployment
resource.  Otherwise, this resource remains CREATE_IN_PROGRESS forever.

Change-Id: I973d197245ed32612bde9209479e6ae3a443fc69

block-storage.yaml

index 524dda7..da5f9ed 100644 (file)
@@ -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: