Update documentation.
This commit is contained in:
parent
593fa8e523
commit
2ce002b38b
@ -49,6 +49,10 @@ You can set your image's container format to one of the following:
|
|||||||
A disk format supported by VirtualBox virtual machine monitor and the QEMU
|
A disk format supported by VirtualBox virtual machine monitor and the QEMU
|
||||||
emulator
|
emulator
|
||||||
|
|
||||||
|
* **iso**
|
||||||
|
|
||||||
|
An archive format for the data contents of an optical disc (e.g. CDROM).
|
||||||
|
|
||||||
* **qcow2**
|
* **qcow2**
|
||||||
|
|
||||||
A disk format supported by the QEMU emulator that can expand dynamically and
|
A disk format supported by the QEMU emulator that can expand dynamically and
|
||||||
|
@ -272,7 +272,7 @@ The list of metadata headers that Glance accepts are listed below.
|
|||||||
* ``x-image-meta-disk-format``
|
* ``x-image-meta-disk-format``
|
||||||
|
|
||||||
This header is optional. Valid values are one of ``aki``, ``ari``, ``ami``,
|
This header is optional. Valid values are one of ``aki``, ``ari``, ``ami``,
|
||||||
``raw``, ``vhd``, ``vdi``, ``qcow2``, or ``vmdk``.
|
``raw``, ``iso``, ``vhd``, ``vdi``, ``qcow2``, or ``vmdk``.
|
||||||
|
|
||||||
For more information, see :doc:`About Disk and Container Formats <formats>`
|
For more information, see :doc:`About Disk and Container Formats <formats>`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user