summaryrefslogtreecommitdiff
path: root/nova/tests/unit/virt/vmwareapi/test_volumeops.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+2
* VMware: StableMoRefProxy for moref recoveryFabian Wiesel2022-04-291-8/+4
* VMware: Split out VMwareAPISessionFabian Wiesel2022-04-231-2/+2
* VMware: Support volumes backed by VStorageObjectalecorps2022-02-151-0/+173
* tests: Remove '_FakeImageService'Stephen Finucane2020-09-161-4/+3
* VMware VMDK detach: get adapter type from instance VMIvaylo Mitev2019-09-251-22/+36
* Bump to hacking 1.1.0Stephen Finucane2019-04-121-11/+11
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+1
* VMware: Factor out relocate_vm()Radoslav Gerganov2017-09-201-12/+14
* Merge "VMware: Handle missing volume vmdk during detach"Jenkins2017-08-281-0/+2
|\
| * VMware: Handle missing volume vmdk during detachRadoslav Gerganov2017-07-201-0/+2
* | Fix bug on vmware driver attach volume failedDamonLi2017-08-251-4/+5
|/
* Use HostAddressOpt for opts that accept IP and hostnamesdineshbhor2017-04-031-4/+4
* VMware: remove deprecation warnings from oslo_versionedobjectsGary Kotton2016-03-071-1/+2
* VMware: Use actual VM state instead of using the instance vm_stateGary Kotton2016-02-281-6/+26
* change set_stubs to use stub_out in vmwareapi/stubs.pyTracy Jones2016-01-191-1/+1
* Merge "VMware: use a constant for 'iscsi'"Jenkins2015-12-221-1/+1
|\
| * VMware: use a constant for 'iscsi'Gary Kotton2015-11-091-1/+1
* | VMware: Raise DiskNotFound for missing disk deviceVipin Balachandran2015-11-131-0/+144
|/
* Replaces contextlib.nested with test.nestedClaudiu Belu2015-10-081-11/+9
* VMware: Replace get_dynamic_property with get_object_propertyRadoslav Gerganov2015-09-121-14/+16
* VMware: Update to return the correct ESX iqnjaveme2015-08-281-0/+76
* Merge "VMware: Delete vmdk UUID during volume detach"Jenkins2015-08-251-0/+66
|\
| * VMware: Delete vmdk UUID during volume detachVipin Balachandran2015-08-241-0/+66
* | VMware: Handle missing vmdk during volume detachVipin Balachandran2015-07-261-0/+50
|/
* VMware: replace hardcoded strings with constantsEric Brown2015-05-301-2/+4
* Merge "VMware: Fix volume relocate during detach"Jenkins2015-04-151-0/+65
|\
| * VMware: Fix volume relocate during detachVipin Balachandran2015-03-201-0/+65
* | Vmware:Find a SCSI adapter type for attaching iSCSI diskJin Hui2015-03-311-7/+5
|/
* VMware: Fix disk UUID in instance's extra configVipin Balachandran2015-03-051-10/+12
* VMware: Accept image and block device mappingsThang Pham2015-02-201-2/+107
* VMware: add disk device information to VmdkInfoGary Kotton2015-02-081-2/+4
* VMware: refactor utility functions related to VMDKRadoslav Gerganov2015-01-191-10/+10
* VMware: Support volume hotplugThang Pham2014-12-111-0/+55
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+95