diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-07-22 19:20:35 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-07-22 19:20:35 +0000 |
commit | 723cdf75e5089dabd93f72ed2eba4aeb6a18ee75 (patch) | |
tree | f2ba00222ef878592d005c4ca5f5c6857164c1d3 | |
parent | ecae0b0ba922f451ee153807d4fcb42e7ac768cd (diff) | |
parent | 2a55b0be688db98405de3632ff3d9e8fe3e80034 (diff) |
Merge "Remove extra list"
-rw-r--r-- | block-storage.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block-storage.yaml b/block-storage.yaml index 16363b59..55a629a0 100644 --- a/block-storage.yaml +++ b/block-storage.yaml @@ -30,7 +30,7 @@ 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]}]]} BlockStorageConfig: Type: OS::Heat::StructuredConfig Properties: |