From 9015ad6054224e8e1af63c5159ca05d5e672912e Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Thu, 15 Sep 2016 18:34:37 -0400 Subject: [PATCH] Update Image Guide for Newton While updating the install guide, noticed two omissions in the Image Guide: - 'vhdx' disk_format was added in Newton with change I4e172c78d7afeb8be5a0123238efe3d8e4b044c9 - 'ova' container_format (was added a long time ago!) Change-Id: I3bbc84023929da94c81806245987147b9757c43a --- doc/image-guide/source/image-formats.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/image-guide/source/image-formats.rst b/doc/image-guide/source/image-formats.rst index d81a397bc3..81ff155829 100644 --- a/doc/image-guide/source/image-formats.rst +++ b/doc/image-guide/source/image-formats.rst @@ -35,6 +35,9 @@ vdi vhd The VHD disk format, a common disk format used by virtual machine monitors from VMware, Xen, Microsoft, VirtualBox, and others. +vhdx + The VHDX disk format, an enhanced version of the VHD format, which + supports larger disk sizes among other features. vmdk Common disk format supported by many common virtual machine monitors. @@ -63,5 +66,7 @@ bare The image does not have a container or metadata envelope. docker A docker container format. +ova + An OVF package in a tarfile. ovf The OVF container format.