From 2f50006b5bdf0d2f84f806e9d9c7f0dc5ab656e6 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Wed, 5 Mar 2014 17:51:25 -0600 Subject: Allow setting the cinder iscsi-helper option This is necessary to support iscsi helpers other than tgtadm, such as lioadm. Change-Id: I8a63872185f73372fcf6c90d3dde31e5bb0a168b --- block-storage.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'block-storage.yaml') diff --git a/block-storage.yaml b/block-storage.yaml index 453a0ac7..fb6261ce 100644 --- a/block-storage.yaml +++ b/block-storage.yaml @@ -57,6 +57,8 @@ Resources: volume_size_mb: '5000' service-password: Ref: CinderPassword + iscsi-helper: + Ref: CinderISCSIHelper admin-password: {Ref: AdminPassword} rabbit: host: {"Fn::Select": [ 0, {"Fn::Select": [ "ctlplane", {"Fn::GetAtt": [notCompute0, networks]} ]} ] } -- cgit 1.2.3-korg