aboutsummaryrefslogtreecommitdiffstats
path: root/block-storage.yaml
diff options
context:
space:
mode:
authorJames Slagle <jslagle@redhat.com>2014-07-17 11:53:25 -0400
committerJames Slagle <jslagle@redhat.com>2014-07-22 17:29:37 -0400
commit670ccde8a1325841d71d3f4acfc6171f65fdca63 (patch)
treeb9e6355c8c17783dca4cec053af7120908ab9b2c /block-storage.yaml
parent55959c195bd562f6b357c37f7db2dcaaeb9cf26c (diff)
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
Diffstat (limited to 'block-storage.yaml')
-rw-r--r--block-storage.yaml1
1 files changed, 1 insertions, 0 deletions
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: