summaryrefslogtreecommitdiff
path: root/nova/tests/unit/objects/test_migrate_data.py
Commit message (Expand)AuthorAgeFilesLines
* Remove the PowerVM driverStephen Finucane2022-08-021-61/+0
* Add missing conditionRajesh Tailor2022-05-271-2/+2
* objects: Fix VIFMigrateData.supports_os_vif_delegation setterStephen Finucane2021-06-181-0/+21
* objects: Remove 'XenapiLiveMigrateData'Stephen Finucane2020-09-111-30/+0
* New objects for NUMA live migrationArtom Lifshitz2019-09-121-8/+41
* [FUP] Follow-up patch for SR-IOV live migrationAdrian Chiris2019-07-021-9/+11
* SR-IOV Live migration indirect port supportAdrian Chiris2019-04-211-1/+9
* Remove _legacy_dict methodsArtom Lifshitz2019-02-221-282/+0
* Fix ovo compatibility code unit testsBalazs Gibizer2019-01-161-1/+6
* Use uuidsentinel from oslo.utilsEric Fried2018-09-051-1/+1
* Add VIFMigrateData.get_dest_vifMatt Riedemann2018-07-191-0/+30
* Add VIFMigrateData object for live migrationSean Mooney2018-07-191-0/+38
* Fix nits from change Ia7cf4414feb335b3c2e863b4c8b4ff559b275c34Zack Cornelius2018-06-211-2/+3
* Implement discard for file backed memoryZack Cornelius2018-06-211-1/+5
* Fix nits from change I676291ec0faa1dea0bd5050ef8e3426d171de4c6Zack Cornelius2018-06-211-1/+1
* Implement file backed memory for instances in libvirtZack Cornelius2018-06-201-1/+5
* Wait for network-vif-plugged before starting live migrationMatt Riedemann2018-06-191-3/+17
* Fix MigrateData object tests for compat routinesDan Smith2018-06-181-11/+25
* libvirt: QEMU native LUKS decryption for encrypted volumesLee Yarwood2018-01-231-1/+21
* Update live migration to use v3 cinder apiSteve Noyes2017-10-171-3/+21
* Fix live migrate with XenServerHuan Xie2017-02-161-5/+31
* Introduce PowerVMLiveMigrateDataEric Fried2016-11-161-0/+59
* Hyper-V: update live migrate data objectLucian Petrut2016-08-221-0/+35
* libvirt: Add serial ports to the migration data objectMarkus Zoeller2016-05-181-0/+12
* Split-network-plane-for-live-migrationKevin_Zheng2016-02-051-0/+1
* Allow sending the migrate data objects over the wireDan Smith2016-01-291-0/+28
* Actually pass the migration data object down to the virt driversDan Smith2016-01-131-1/+2
* Add xenapi support for XenapiLiveMigrateData objectsDan Smith2016-01-121-0/+86
* Change assertEqual(True/False) to assertTrue/FalseAyush Garg2016-01-111-2/+2
* Make libvirt driver return migrate data objects for source and dest checksDan Smith2015-12-181-0/+138
* Add transitional support for migrate data objects to compute managerDan Smith2015-12-161-0/+53