aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud-source.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-05-07 13:11:17 +0000
committerGerrit Code Review <review@openstack.org>2014-05-07 13:11:17 +0000
commit7773f25759867a8807be21f9df1e58aaf8328e26 (patch)
treea726187ed24dcddad3814f7cb3d6b1e74802d2e1 /overcloud-source.yaml
parent3ea6b2cbe1ee70d60fa1ebcbf084b390aab8266c (diff)
parentd6b5b1d869739aefd7357a266566d1b3d0ecf09c (diff)
Merge "Make size of loop device used by cinder LVM configurable"
Diffstat (limited to 'overcloud-source.yaml')
-rw-r--r--overcloud-source.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml
index 6949deaa..a1079b85 100644
--- a/overcloud-source.yaml
+++ b/overcloud-source.yaml
@@ -21,6 +21,10 @@ Parameters:
Default: tgtadm
Description: The iSCSI helper to use with cinder.
Type: String
+ CinderLVMLoopDeviceSize:
+ Default: 5000
+ Description: The size of the loopback file used by the cinder LVM driver.
+ Type: Number
ExtraConfig:
Default: {}
Description: |
@@ -329,7 +333,8 @@ Resources:
Ref: NeutronPublicInterfaceIP
cinder:
db: mysql://cinder:unset@localhost/cinder
- volume_size_mb: '5000'
+ volume_size_mb:
+ Ref: CinderLVMLoopDeviceSize
service-password:
Ref: CinderPassword
iscsi-helper: