diff --git a/api-ref/source/v2/images-parameters-descriptions.inc b/api-ref/source/v2/images-parameters-descriptions.inc index 1cf9dd0e0a..121b2897db 100644 --- a/api-ref/source/v2/images-parameters-descriptions.inc +++ b/api-ref/source/v2/images-parameters-descriptions.inc @@ -14,7 +14,10 @@ |p-start|\ The format of the disk.\ |p-end| |p-start|\ Values may vary based on the configuration available in a particular OpenStack cloud. See the :ref:`Image Schema ` - response from the cloud itself for the valid values available.\ |p-end| + response from the cloud itself for the valid values available. See + `Disk Format + `__ + in the Glance documentation for more information.\ |p-end| |p-start|\ Example formats are: ``ami``, ``ari``, ``aki``, ``vhd``, ``vhdx``, ``vmdk``, ``raw``, ``qcow2``, ``vdi``, ``ploop`` or ``iso``.\ |p-end| @@ -29,7 +32,13 @@ |p-start|\ Format of the image container.\ |p-end| |p-start|\ Values may vary based on the configuration available in a particular OpenStack cloud. See the :ref:`Image Schema ` - response from the cloud itself for the valid values available.\ |p-end| + response from the cloud itself for the valid values available. See + `Container Format + `__ + in the Glance documentation for more information.\ |p-end| |p-start|\ Example formats are: ``ami``, ``ari``, ``aki``, ``bare``, - ``ovf``, ``ova``, or ``docker``.\ |p-end| + ``ovf``, ``ova``, ``docker``, or ``compressed``.\ |p-end| |p-start|\ The value might be ``null`` (JSON null data type).\ |p-end| + |p-start|\ + **Train changes**: The ``compressed`` container format is a supported + value.\ |p-end| diff --git a/api-ref/source/v2/samples/schemas-image-show-response.json b/api-ref/source/v2/samples/schemas-image-show-response.json index bec4935de5..cb5a464946 100644 --- a/api-ref/source/v2/samples/schemas-image-show-response.json +++ b/api-ref/source/v2/samples/schemas-image-show-response.json @@ -42,7 +42,8 @@ "bare", "ovf", "ova", - "docker" + "docker", + "compressed" ], "type": [ "null", diff --git a/api-ref/source/v2/samples/schemas-images-list-response.json b/api-ref/source/v2/samples/schemas-images-list-response.json index f1509702cf..21c57d79ef 100644 --- a/api-ref/source/v2/samples/schemas-images-list-response.json +++ b/api-ref/source/v2/samples/schemas-images-list-response.json @@ -63,7 +63,8 @@ "bare", "ovf", "ova", - "docker" + "docker", + "compressed" ], "type": [ "null",