From c6e277cb1dda51a264d8061db5e3d0e526775a51 Mon Sep 17 00:00:00 2001 From: Li Wei Date: Tue, 27 Sep 2016 14:44:04 +0800 Subject: [PATCH] Do a few small updates in cli-manage-images.rst Change-Id: I12182c9ee7eb55a4eb9daa10c9203c0acb2b3bd3 --- doc/common/cli-manage-images.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/common/cli-manage-images.rst b/doc/common/cli-manage-images.rst index 05152b872b..86d67b75c9 100644 --- a/doc/common/cli-manage-images.rst +++ b/doc/common/cli-manage-images.rst @@ -129,11 +129,11 @@ Reference `__. ``--disk-format DISK_FORMAT`` The disk format of the image. Acceptable formats are ami, ari, aki, - vhd, vmdk, raw, qcow2, vdi, and iso. + vhd, vhdx, vmdk, raw, qcow2, vdi, and iso. ``--container-format CONTAINER_FORMAT`` The container format of the image. Acceptable formats are ami, ari, - aki, bare, docker, and ovf. + aki, bare, docker, ova, and ovf. ``--owner TENANT_ID --size SIZE`` The tenant who should own the image. The size of image data, in @@ -206,7 +206,7 @@ model: :command:`glance image-create`. Also, we recommend that you set the ``hypervisor_type="vmware"`` property. For more information, see `Images with VMware vSphere - `_ + `_ in the OpenStack Configuration Reference. .. code-block:: console