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