]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
VMware: Optional create backing parameters
authorVipin Balachandran <vbala@vmware.com>
Thu, 5 Jun 2014 06:55:53 +0000 (12:25 +0530)
committerVipin Balachandran <vbala@vmware.com>
Mon, 23 Jun 2014 06:02:35 +0000 (11:32 +0530)
commitf9402ffe9fbb1ad00fa283a5bf114dc70d2de23f
tree2d85c9a17b2959938681e396cc07957774c8bbb9
parent5278eeca515e1c76fa6a4795ed0bdb6dc498139f
VMware: Optional create backing parameters

The current create backing methods do not support specifying an adapter
type for the backing VM. These methods always create a backing VM with
a single disk and LSI logic adapter. This change adds optional parameters
to create backing methods so that a backing VM can be created without a
disk or with a specific adapter type.

Partial-Bug: #1284284
Partial-Bug: #1287185
Partial-Bug: #1287176
Change-Id: Ifff64eb2be4af1c4218e810366e25dbecdc5847f
cinder/tests/test_vmware_vmdk.py
cinder/tests/test_vmware_volumeops.py
cinder/volume/drivers/vmware/error_util.py
cinder/volume/drivers/vmware/vmdk.py
cinder/volume/drivers/vmware/volumeops.py