nova/nova/virt
Matthew Booth cff4d78a4a Rename Raw backend to Flat
As mentioned in a comment (which this patch deletes), calling this
class 'Raw' was confusing, because it is not always raw. It is also a
source of bugs, because some code assumes that the format is always
raw, which it is not. This patch does not fix those bugs.

We rename it to 'Flat', which describes it accurately. We also add
doctext describing what it does.

DocImpact

The config option libvirt.images_type gets an additional value:
'flat'. The effect of this is identical to setting the value 'raw'.

Change-Id: I93f0a2cc568b60c2b3f7509449167f03c3f30fb5
2016-05-17 10:51:38 +01:00
..
disk Merge "libvirt - Add log if libguestfs can't read host kernel" 2016-05-09 10:53:21 +00:00
hyperv Remove unused arguments to images.fetch and images.fetch_to_raw 2016-05-13 15:27:21 +01:00
image Fix typo in model doc string 2015-07-03 00:11:55 -07:00
ironic Merge "config: remove deprecated ironic.client_log_level" 2016-05-09 13:45:27 +00:00
libvirt Rename Raw backend to Flat 2016-05-17 10:51:38 +01:00
vmwareapi Merge "VMware: create temp parent directory when booting sparse image" 2016-05-09 11:38:53 +00:00
xenapi Centralize vif,xenpool & vol_utils config options 2016-05-05 14:19:51 +00:00
__init__.py Declare nova.virt namespace 2016-04-28 15:01:44 +00:00
block_device.py config options: centralize cinder options 2016-03-15 21:17:38 -04:00
configdrive.py Config options: centralize "configdrive" options 2016-04-06 09:35:51 +03:00
diagnostics.py Diagnostics: add validation for types 2014-08-05 01:49:17 -07:00
driver.py remove the use of import_object_ns 2016-04-22 13:44:39 -04:00
event.py Add 'suspended' lifecycle event 2015-04-03 03:59:20 +03:00
fake.py Fix race condition for live-migration-force-complete 2016-05-11 16:38:11 +03:00
firewall.py Config options: Centralize netconf options 2016-04-24 18:15:05 +00:00
hardware.py virt: reserved number of mempages on compute host 2016-05-12 06:32:00 -04:00
imagecache.py Config options: Centralize netconf options 2016-04-24 18:15:05 +00:00
images.py Remove unused arguments to images.fetch and images.fetch_to_raw 2016-05-13 15:27:21 +01:00
interfaces.template Fixes interfaces template identification issue 2014-12-07 17:52:34 +02:00
netutils.py Config options: Centralize netconf options 2016-04-24 18:15:05 +00:00
osinfo.py virt: osinfo will report once if libosinfo is not loaded 2016-02-09 17:59:43 -05:00
storage_users.py Use oslo.log 2015-02-22 07:56:40 -05:00
virtapi.py Remove unused provider firewall rules functionality in nova 2016-02-01 15:50:04 +01:00
volumeutils.py nova.utils._get_root_helper() should be public 2015-08-19 04:00:50 +00:00
watchdog_actions.py