summaryrefslogtreecommitdiff
path: root/nova/tests/unit/virt/vmwareapi/test_driver_api.py
Commit message (Expand)AuthorAgeFilesLines
* update default overcommitSean Mooney2022-10-061-2/+2
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+1
* VMware: StableMoRefProxy for moref recoveryFabian Wiesel2022-04-291-8/+7
* VMware: Split out VMwareAPISessionFabian Wiesel2022-04-231-41/+3
* Merge "fup: Remove unused legacy block_device_info format"Zuul2021-08-251-3/+0
|\
| * fup: Remove unused legacy block_device_info formatLee Yarwood2021-08-201-3/+0
* | Merge "VMWare: Use WithRetrieval to get all results"Zuul2021-08-231-1/+1
|\ \
| * | VMWare: Use WithRetrieval to get all resultsFabian Wiesel2021-08-181-1/+1
| |/
* | VmWare: Fix deprecation warning in unit testsFabian Wiesel2021-08-181-1/+1
|/
* Merge "Remove (almost) all references to 'instance_type'"Zuul2021-06-131-21/+21
|\
| * Remove (almost) all references to 'instance_type'Stephen Finucane2021-03-291-21/+21
* | image_meta: Provide image_ref as the id when fetching from instanceLee Yarwood2021-05-201-0/+1
|/
* tests: Remove '_FakeImageService'Stephen Finucane2020-09-161-5/+3
* vmware: Handle exception in destroy with attached volumesJohannes Kulik2020-08-271-0/+11
* Bump hacking min version to 3.1.0zhangbailin2020-05-191-2/+1
* nova-net: Remove firewall support (pt. 2)Stephen Finucane2020-01-061-5/+0
* Consolidate [image_cache] conf optionsEric Fried2019-11-131-4/+5
* [Trivial]Remove unused helper get_vm_ref_from_namezhufl2019-08-261-6/+1
* Use update_provider_tree in vmware virt driverChris Dent2019-04-111-3/+27
* Switch to using os-resource-classesChris Dent2019-02-071-4/+4
* VMware: Live migration of instancesRadoslav Gerganov2018-10-021-15/+12
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+2
* Rename recreate to evacuate in driver signaturesMatthew Booth2018-04-191-1/+1
* vmware: Fixes _detach_instance_volumes methodClaudiu Belu2018-03-291-7/+8
* Merge "VMware: fix TypeError while get console log"Zuul2018-03-201-6/+4
|\
| * VMware: fix TypeError while get console logTao Yang2018-03-061-6/+4
* | Move resource class fieldsChris Dent2018-03-131-1/+1
* | Pass user context to virt driver when detaching volumeMatt Riedemann2018-03-031-4/+8
|/
* VMware: implement get_inventory() driver methodRadoslav Gerganov2017-12-121-0/+36
* VMware: expose max vCPUs and max memory per ESX hostRadoslav Gerganov2017-12-121-1/+2
* VMware: fix memory statsRadoslav Gerganov2017-12-121-2/+2
* VMware: Handle concurrent registrations of the VC extensionRadoslav Gerganov2017-11-301-0/+12
* VMware: serial console log (completed)Radoslav Gerganov2017-11-171-4/+18
* Send Allocations to spawnEric Fried2017-10-181-3/+3
* VMware: Factor out relocate_vm()Radoslav Gerganov2017-09-201-4/+3
* Merge "Trim the fat from InstanceInfo"Jenkins2017-09-061-7/+0
|\
| * Trim the fat from InstanceInfoEric Fried2017-07-251-7/+0
* | remove mox from unit/virt/vmwareapi/test_driver_api.pyDanfly2017-06-141-115/+126
|/
* Replace diagnostics objects with Nova diagnostics objectsSergey Nikitin2017-05-301-12/+15
* Use HostAddressOpt for opts that accept IP and hostnamesdineshbhor2017-04-031-9/+11
* VMWare: Move constant power state strings to the constant.pyChangBo Guo(gcb)2017-01-191-2/+2
* Make vmware unit tests work with CONF.use_neutron=TrueMatt Riedemann2016-11-301-1/+1
* Virt: add context to attach and detach interfaceGary Kotton2016-10-271-7/+9
* Merge "Move some flavor fakes closer to where they are being used"Jenkins2016-10-181-2/+37
|\
| * Move some flavor fakes closer to where they are being usedHans Lindgren2016-08-171-2/+37
* | VMware: Enforce minimum vCenter version of 5.5Eric Brown2016-09-251-9/+8
* | Merge "Fix database poison warnings, part 13"Jenkins2016-09-221-9/+15
|\ \
| * | Fix database poison warnings, part 13Diana Clarke2016-07-251-9/+15
| |/
* | driver.pre_live_migration migrate_data is always an objectMatthew Booth2016-08-221-1/+2
|/
* Make vmware driver use flavor fields instead of legacy onesDan Smith2016-07-121-1/+1