]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
VMware: Create volume backing in specific clusters
authorVipin Balachandran <vbala@vmware.com>
Sat, 10 Jan 2015 09:56:32 +0000 (15:26 +0530)
committerVipin Balachandran <vbala@vmware.com>
Mon, 29 Jun 2015 11:16:54 +0000 (16:46 +0530)
commitec5c84d1219d778b83a0fa61a46926b21c2b2053
treea3ffb461e4b08901b9d7b1fcf8c1381b5c4e3710
parentab2b966ea1ee2a268f65dc17d8c33477c3def271
VMware: Create volume backing in specific clusters

The VMDK driver doesn't allow specifying a set of vCenter
clusters as the target for volume backing creation unlike
the VMware Nova driver. This patch adds support for an
optional list of vCenter cluster names in Cinder conf which
will be used by the VMDK driver as targets for volume backing
creation.

DocImpact
    Added a new config option 'vmware_cluster_name' which
    specifies a vCenter compute cluster where volumes
    should be created.

Change-Id: I0dcb3a8ac7c9eaa0d0697f4967873d82bf1bbddf
cinder/tests/unit/test_vmware_datastore.py
cinder/tests/unit/test_vmware_vmdk.py
cinder/tests/unit/test_vmware_volumeops.py
cinder/volume/drivers/vmware/datastore.py
cinder/volume/drivers/vmware/exceptions.py
cinder/volume/drivers/vmware/vmdk.py
cinder/volume/drivers/vmware/volumeops.py