]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
VMware:Use datastore selection logic in new module
authorVipin Balachandran <vbala@vmware.com>
Wed, 11 Feb 2015 12:54:56 +0000 (18:24 +0530)
committerVipin Balachandran <vbala@vmware.com>
Mon, 23 Feb 2015 14:19:42 +0000 (19:49 +0530)
commit3becb19a2402d615a901b65a8a52b09bc0c6576a
treedfafd1cc98f865d52e299ea1e98aa116ad5d2013
parentb22a2dc8469520099fde7478a9fcb9cd74e7a622
VMware:Use datastore selection logic in new module

Volumes created by the VMDK driver are stored in vCenter
managed datastores. A datastore is selected based on
requirements such as size, storage policy etc. Commit
2c672d1100ad4f44517838e17156b3ea6300b1cc introduced a
new module for datastore selection. It improved the
current logic and grouped the code which were scattered
in multiple places (in vmdk.py). This patch refactors
vmdk module to remove duplicate code and use the methods
in the new module.

Change-Id: I3b7cb8bd33ced2f9deed2936a9c02feb90fb70b7
cinder/tests/test_vmware_vmdk.py
cinder/volume/drivers/vmware/exceptions.py
cinder/volume/drivers/vmware/vmdk.py