
Images API reference is updated to reflect that the 'vhdx' disk_format is now one of the default formats supported by Glance. This change also introduces substitution of image parameter description from a single source file in order to avoid copy and paste errors. Only the disk_format parameter is affected in this, other parameters may be consolidated in subsequent patch(es). Co-Authored-By: Anne Gentle <agentle@cisco.com> Co-Authored-By: Andreas Jaeger <jaegerandi@gmail.com> Co-Authored-By: Alexander Bashmakov <alexander.bashmakov@intel.com> Change-Id: Ib50b8e184364b6ee7d8af4ed3d4959ba76568049 Spec-Lite: https://review.openstack.org/#/c/347626 Closes-Bug: #1608643
18 lines
673 B
PHP
18 lines
673 B
PHP
.. |p-start| raw:: html
|
|
|
|
<p>
|
|
|
|
.. |p-end| raw:: html
|
|
|
|
</p>
|
|
|
|
.. |disk_format_description| replace::
|
|
|p-start|\ The format of the disk.\ |p-end|
|
|
|p-start|\ Responses may vary based on the configuration available in a
|
|
particular OpenStack cloud. See the :ref:`Image Schema <image-schema>`
|
|
response from the cloud itself for the valid values available.\ |p-end|
|
|
|p-start|\ Example formats are: ``ami``, ``ari``, ``aki``, ``vhd``,
|
|
``vhdx``, ``vmdk``, ``raw``, ``qcow2``, ``vdi``, or ``iso``.\ |p-end|
|
|
|p-start|\ The value might be ``null`` (JSON null data type).\ |p-end|
|
|
**Newton changes**: The ``vhdx`` disk format is a supported value.
|