]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
VMware:Replace vCenter calls with oslo.vmware calls
authorVipin Balachandran <vbala@vmware.com>
Wed, 15 Jul 2015 08:14:09 +0000 (13:44 +0530)
committerVipin Balachandran <vbala@vmware.com>
Thu, 23 Jul 2015 13:07:09 +0000 (18:37 +0530)
commitf04ff65d9e2d8b750c8ef37673c564a3b48c9d50
tree0dead070c9e7339f35e3244de10636a47e8cfd49
parent495477545c35048ed6b84b972d7210a19af02056
VMware:Replace vCenter calls with oslo.vmware calls

Currently we call vCenter APIs to find storage policy
associated with a volume. There are methods defined
in oslo.vmware to query storage policies. This patch
replaces vCenter API calls with oslo.vmware method
calls.

Change-Id: I54e18e50e8423de51c43a277e701ddc9a9aef6da
cinder/tests/unit/test_vmware_volumeops.py
cinder/volume/drivers/vmware/volumeops.py