Increase default Cinder LVM backing file to 10G

We get false negatives from Tempest when the Cinder LVM backing
file runs out space. This change increases its default size to 10G,
matching devstack [1]

1. https://github.com/openstack-dev/devstack/blob/master/stackrc#L649

Change-Id: Ia334ea481e17c1d35aa67c33729cac6570f48199
This commit is contained in:
Giulio Fidente 2016-01-28 15:24:52 +01:00
parent b9e421ec6d
commit c7645f35a4
3 changed files with 3 additions and 3 deletions

View File

@ -307,7 +307,7 @@ parameters:
type: string
hidden: true
CinderLVMLoopDeviceSize:
default: 5000
default: 10280
description: The size of the loopback file used by the cinder LVM driver.
type: number
CinderNfsMountOptions:

View File

@ -13,7 +13,7 @@ parameters:
description: The iSCSI helper to use with cinder.
type: string
CinderLVMLoopDeviceSize:
default: 5000
default: 10280
description: The size of the loopback file used by the cinder LVM driver.
type: number
CinderPassword:

View File

@ -61,7 +61,7 @@ parameters:
description: The iSCSI helper to use with cinder.
type: string
CinderLVMLoopDeviceSize:
default: 5000
default: 10280
description: The size of the loopback file used by the cinder LVM driver.
type: number
CinderNfsMountOptions: