Enable create volume consistently

Have all the repo test environments enable the basic test volume
creation to allow for consistency and easier testing.

Change-Id: I4d829839872a571694bd940481b3979d9b6e7d85
This commit is contained in:
Mark Vanderwiel 2015-06-30 11:38:56 -05:00
parent 784c3cdba7
commit a2bbed7dd8
4 changed files with 24 additions and 0 deletions

View File

@ -32,6 +32,12 @@
"fedora": "http://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Base-20141203-21.x86_64.qcow2"
}
},
"block-storage": {
"volume": {
"create_volume_group": true,
"default_volume_type": "lvm"
}
},
"compute": {
"network": {
"public_interface": "enp0s3",

View File

@ -29,6 +29,12 @@
"fedora": "http://download.fedoraproject.org/pub/fedora/linux/releases/21/Cloud/Images/x86_64/Fedora-Cloud-Base-20141203-21.x86_64.qcow2"
}
},
"block-storage": {
"volume": {
"create_volume_group": true,
"default_volume_type": "lvm"
}
},
"compute": {
"network": {
"public_interface": "eth0",

View File

@ -63,6 +63,12 @@
"centos-7": "http://cloud.centos.org/centos/7/devel/CentOS-7-x86_64-GenericCloud.qcow2"
}
},
"block-storage": {
"volume": {
"create_volume_group": true,
"default_volume_type": "lvm"
}
},
"compute": {
"libvirt": {
"virt_type": "qemu"

View File

@ -63,6 +63,12 @@
"centos-7": "http://cloud.centos.org/centos/7/devel/CentOS-7-x86_64-GenericCloud.qcow2"
}
},
"block-storage": {
"volume": {
"create_volume_group": true,
"default_volume_type": "lvm"
}
},
"compute": {
"enabled_apis": "ec2,osapi_compute",
"libvirt": {