diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-05-07 13:11:17 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-05-07 13:11:17 +0000 |
commit | 7773f25759867a8807be21f9df1e58aaf8328e26 (patch) | |
tree | a726187ed24dcddad3814f7cb3d6b1e74802d2e1 /block-storage.yaml | |
parent | 3ea6b2cbe1ee70d60fa1ebcbf084b390aab8266c (diff) | |
parent | d6b5b1d869739aefd7357a266566d1b3d0ecf09c (diff) |
Merge "Make size of loop device used by cinder LVM configurable"
Diffstat (limited to 'block-storage.yaml')
-rw-r--r-- | block-storage.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/block-storage.yaml b/block-storage.yaml index ce60ce26..9cc92fe1 100644 --- a/block-storage.yaml +++ b/block-storage.yaml @@ -40,7 +40,8 @@ Resources: host: {get_input: controller_host} cinder: db: {get_input: cinder_dsn} - volume_size_mb: '5000' + volume_size_mb: + Ref: CinderLVMLoopDeviceSize service-password: Ref: CinderPassword iscsi-helper: @@ -64,7 +65,8 @@ Resources: host: {get_input: controller_host} cinder: db: {get_input: cinder_dsn} - volume_size_mb: '5000' + volume_size_mb: + Ref: CinderLVMLoopDeviceSize service-password: Ref: CinderPassword iscsi-helper: |