summaryrefslogtreecommitdiffstats
path: root/block-storage.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'block-storage.yaml')
-rw-r--r--block-storage.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/block-storage.yaml b/block-storage.yaml
index 16363b59..da5f9edc 100644
--- a/block-storage.yaml
+++ b/block-storage.yaml
@@ -22,6 +22,7 @@ Resources:
{Ref: BlockStorageImage}
flavor: {Ref: OvercloudBlockStorageFlavor}
key_name: {Ref: KeyName}
+ user_data_format: SOFTWARE_CONFIG
BlockStorage0Deployment:
Type: OS::Heat::StructuredDeployment
Properties:
@@ -30,7 +31,8 @@ Resources:
input_values:
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]}]]]}
+ neutron_local_ip: {"Fn::Select": [0, "Fn::Select": [ctlplane, {"Fn::GetAtt": [BlockStorage0 , networks]}]]}
+ signal_transport: NO_SIGNAL
BlockStorageConfig:
Type: OS::Heat::StructuredConfig
Properties: