nova/nova/virt
Andrew Melton faeae32a7e libvirt: refactor _create_domain_setup_lxc to use Image.get_model
Instead of trying to figure out what the proper ImageModel is for
the instance's image, just use the get_model function. The resulting
ImageModel will actually represent the proper ImageModel for the
instance, and downstream mounting functions will be able to make
intelligent decisions on how to mount the instance's disks.

It is not possible to use get_model for an instance booted from volume,
but we can still use LocalBlockImage in it's case because it is
simply exposed as a block device.

Partial-Bug: #1287754
Change-Id: I0f4456731c9d6f64affbf6924f4a7a4c34df4fd1
2015-08-25 08:50:45 +00:00
..
disk virt: Fix AttributeError for raw image format 2015-07-02 23:50:57 -07:00
hyperv Hyper-V: Fixes serial port issue on Windows Threshold 2015-08-19 12:10:39 +03:00
image Fix typo in model doc string 2015-07-03 00:11:55 -07:00
ironic Merge "Ironic: Add numa_topology to get_available_resource return values" 2015-08-24 15:53:50 +00:00
libvirt libvirt: refactor _create_domain_setup_lxc to use Image.get_model 2015-08-25 08:50:45 +00:00
vmwareapi Merge "VMware: Delete vmdk UUID during volume detach" 2015-08-25 03:07:14 +00:00
xenapi Merge "Use min and max on IntOpt option types" 2015-08-24 22:27:05 +00:00
__init__.py Removed copyright from empty files 2014-02-27 14:27:54 +02:00
block_device.py Merge "Revert "Add error message to failed block device transform"" 2015-07-24 17:25:49 +00:00
configdrive.py Switch to the oslo_utils.fileutils 2015-07-24 14:10:44 +03:00
diagnostics.py Diagnostics: add validation for types 2014-08-05 01:49:17 -07:00
driver.py Merge "Set autodoc_index_modules=True so tox -e docs builds module docs again" 2015-07-31 22:21:08 +00:00
event.py Add 'suspended' lifecycle event 2015-04-03 03:59:20 +03:00
fake.py libvirt:Add a driver API to inject an NMI 2015-07-27 23:59:55 +00:00
firewall.py Switch nova.virt.* to use the object dot notation 2015-03-03 08:08:16 -05:00
hardware.py Merge "Store correct VirtCPUTopology" 2015-08-15 04:53:43 +00:00
imagecache.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
images.py Switch to the oslo_utils.fileutils 2015-07-24 14:10:44 +03:00
interfaces.template Fixes interfaces template identification issue 2014-12-07 17:52:34 +02:00
netutils.py Only work with ipv4 subnet metadata if one exists 2015-07-20 15:44:23 -07:00
opts.py Set autodoc_index_modules=True so tox -e docs builds module docs again 2015-07-30 17:11:47 -07:00
storage_users.py Use oslo.log 2015-02-22 07:56:40 -05:00
virtapi.py Deprecate and remove agent_build_get_by_triple() 2014-06-25 07:18:19 -07:00
volumeutils.py nova.utils._get_root_helper() should be public 2015-08-19 04:00:50 +00:00
watchdog_actions.py Add watchdog device support to libvirt driver 2014-03-03 14:59:58 -05:00