diff options
Diffstat (limited to 'block-storage.yaml')
-rw-r--r-- | block-storage.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/block-storage.yaml b/block-storage.yaml index 55a629a0..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: @@ -31,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: |