summaryrefslogtreecommitdiff
path: root/nova/virt/libvirt/blockinfo.py
Commit message (Expand)AuthorAgeFilesLines
* blockinfo: Add encryption details to the disk_info mappings when providedLee Yarwood2022-08-161-0/+11
* block_device: Add DriverImageBlockDevice to block_device_infoLee Yarwood2022-08-021-35/+39
* libvirt: Drop support for XenStephen Finucane2021-01-221-36/+17
* libvirt: Drop support for UMLStephen Finucane2021-01-221-9/+5
* fup: Add missing docstrings from get_rescue_device|bus diskinfo funcsLee Yarwood2020-04-091-2/+19
* fup: Combine SUPPORTED_DEVICE_BUS and SUPPORTED_STORAGE_BUSESLee Yarwood2020-04-091-17/+3
* libvirt: Break up get_disk_mapping within blockinfoLee Yarwood2020-04-091-31/+93
* libvirt: Add support for stable device rescueLee Yarwood2020-04-091-12/+51
* libvirt: Report storage bus traitsSean Mooney2020-02-211-14/+16
* Add reminder to update corresponding glance docsAdam Spiers2019-09-131-0/+2
* libvirt: Use SATA bus for cdrom devices when using Q35 machine typeLee Yarwood2019-06-121-8/+16
* Add configuration of maximum disk devices to attachmelanie witt2019-01-301-5/+11
* Raise 403 instead of 500 error from attach volume APImelanie witt2019-01-251-2/+1
* libvirt: fix disk_bus handling for root diskSean Mooney2018-09-211-4/+1
* Rename block_device_info_get_rootMatthew Booth2018-01-111-1/+1
* Adds 'sata' as a valid disk bus for qemu and kvm hypervisorsSumedh Degaonkar2017-10-201-2/+2
* Merge "Fix root_device_name for Xen"Jenkins2017-01-311-0/+7
|\
| * Fix root_device_name for XenThomas Bechtold2016-11-251-0/+7
* | [2/3]Replace six.iteritems() with .items()Spencer Yu2017-01-091-2/+2
* | libvirt: Stop misusing NovaExceptionStephen Finucane2016-12-151-7/+5
* | Merge "objects: Move 'vm_mode' to 'fields.VMMode'"Jenkins2016-12-021-3/+2
|\ \
| * | objects: Move 'vm_mode' to 'fields.VMMode'Stephen Finucane2016-11-251-3/+2
* | | Merge "objects: Move 'arch' to 'fields.Architecture'"Jenkins2016-11-281-3/+9
|\ \ \ | |/ /
| * | objects: Move 'arch' to 'fields.Architecture'Stephen Finucane2016-11-251-3/+9
* | | Merge "Remove sata bus for virtuozzo hypervisor"Jenkins2016-11-281-4/+2
|\ \ \ | |/ / |/| |
| * | Remove sata bus for virtuozzo hypervisorMikhail Feoktistov2016-11-231-4/+2
| |/
* | libvirt: Delete the lase_device of find_disk_dev_for_disk_busKevinZhao2016-11-041-13/+4
|/
* Merge "libvirt: Use the recreated disk.config.rescue during a rescue"Jenkins2016-09-281-0/+12
|\
| * libvirt: Use the recreated disk.config.rescue during a rescueLee Yarwood2016-09-171-0/+12
* | Fixes python 3 unit testsClaudiu Belu2016-09-231-1/+1
|/
* Merge "rename libvirt has_default_ephemeral"Jenkins2016-07-131-3/+3
|\
| * rename libvirt has_default_ephemeralMatthew Booth2016-06-161-3/+3
* | libvirt: fix typos in commentsGary Kotton2016-06-191-1/+1
|/
* Specify the default cdrom type "scsi" for AARCH64.Kevin Zhao2016-06-011-1/+1
* libvirt: use osinfo when configuring the disk busVladik Romanovsky2016-02-041-2/+6
* Merge "libvirt: only get instance.flavor if needed in get_disk_mapping"Jenkins2016-01-161-3/+1
|\
| * libvirt: only get instance.flavor if needed in get_disk_mappingMatt Riedemann2016-01-041-3/+1
* | libvirt: fix TypeError in find_disk_dev_for_disk_busMatt Riedemann2016-01-041-1/+1
|/
* Merge "Check prefix with startswith() instead of slicing"Jenkins2015-11-231-6/+6
|\
| * Check prefix with startswith() instead of slicingGábor Antal2015-11-031-6/+6
* | Merge "Add ppcle architectures to libvirt blockinfo"Jenkins2015-11-161-1/+2
|\ \
| * | Add ppcle architectures to libvirt blockinfoChristine Wang2015-10-301-1/+2
| |/
* | libvirt: remove unnecessary else in blockinfo.get_root_infoMatt Riedemann2015-10-061-6/+6
|/
* Merge "Replace "vol" variable by "bdm""Jenkins2015-10-051-3/+3
|\
| * Replace "vol" variable by "bdm"huangpengtao2015-08-281-3/+3
* | libvirt: check if ImageMeta.disk_format is set before accessing itMatt Riedemann2015-10-021-1/+5
* | filter pre_assigned_dev_names when finding disk devZhenzan Zhou2015-08-311-6/+14
|/
* libvirt: convert driver to use nova.objects.ImageMetaDaniel P. Berrange2015-08-241-2/+2
* libvirt: make instance compulsory in blockinfo APIsDaniel P. Berrange2015-08-121-25/+25
* libvirt: Fix root device name for volume-backed instancesFeodor Tersin2015-08-041-0/+6