~hudson-openstack/glance/trunk

« back to all changes in this revision

Viewing changes to doc/source/formats.rst

  • Committer: Tarmac
  • Author(s): Donal Lafferty
  • Date: 2011-05-31 13:42:17 UTC
  • mfrom: (114.2.12 cactus)
  • Revision ID: tarmac-20110531134217-nan7b0y6ymfjdlxm
Added new disk_format type of 'iso'.  Nova can use this information to identify images that have to be booted from a CDROM.

Added unit test to uploading correct and bad image metadata, and of a get of image data.

Updated docs in three locations where 'raw' disk format was expalined.  However, no examples of 'iso' were in headers or API calls added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
  A disk format supported by VirtualBox virtual machine monitor and the QEMU
50
50
  emulator
51
51
 
 
52
* **iso**
 
53
 
 
54
  An archive format for the data contents of an optical disc (e.g. CDROM). 
 
55
 
52
56
* **qcow2**
53
57
 
54
58
  A disk format supported by the QEMU emulator that can expand dynamically and