]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove Hyper-V dependency in the Windows Cinder Volume Driver
authorJenkins <jenkins@review.openstack.org>
Sat, 19 Jul 2014 21:35:17 +0000 (21:35 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Fri, 25 Jul 2014 17:14:25 +0000 (20:14 +0300)
commit2e4837971ff512342fb47d3b43a57b67d0ab36d3
treedd3fc0f8c41091c18e9abe11d84ff73ccfafbed5
parent2f09c3031ef2d2db598ec4c56f6127e33d29b2cc
Remove Hyper-V dependency in the Windows Cinder Volume Driver

Currently, the Windows Cinder Volume driver depends on the Hyper-V
feature in order to be able to access the WMI namespaces that
are used for some of the volume related operations.

Those WMI calls must be urgently replaced with Win32 calls in order
to provide CI tests performed on Windows Storage Server edition.

Change-Id: Ib4b8bccee3c7ee86e6cc44e1b16d20d455e61612
Closes-Bug: #1346496
cinder/tests/windows/test_vhdutils.py
cinder/tests/windows/test_vhdutilsv2.py [deleted file]
cinder/tests/windows/test_windows.py
cinder/tests/windows/test_windows_utils.py [deleted file]
cinder/volume/drivers/windows/constants.py
cinder/volume/drivers/windows/utilsfactory.py [deleted file]
cinder/volume/drivers/windows/vhdutils.py
cinder/volume/drivers/windows/vhdutilsv2.py [deleted file]
cinder/volume/drivers/windows/windows.py
cinder/volume/drivers/windows/windows_utils.py