File: images-parameters-descriptions.inc

package info (click to toggle)
glance 2%3A30.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 10,416 kB
  • sloc: python: 74,906; sh: 175; makefile: 111
file content (44 lines) | stat: -rw-r--r-- 1,800 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.. |p-start| raw:: html

    <p>

.. |p-end| raw:: html

    </p>

.. |html-br| raw:: html

    <br />

.. |disk_format_description| replace::
    |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 <image-schema>`
    response from the cloud itself for the valid values available.  See
    `Disk Format
    <https://docs.openstack.org/glance/latest/user/formats.html#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|
    |p-start|\ The value might be ``null`` (JSON null data type).\ |p-end|
    |p-start|\
    **Newton changes**: The ``vhdx`` disk format is a supported
    value.\ |html-br|
    **Ocata changes**: The ``ploop`` disk format is a supported
    value.\ |p-end|

.. |container_format_description| replace::
    |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 <image-schema>`
    response from the cloud itself for the valid values available.  See
    `Container Format
    <https://docs.openstack.org/glance/latest/user/formats.html#container-format>`__
    in the Glance documentation for more information.\ |p-end|
    |p-start|\ Example formats are: ``ami``, ``ari``, ``aki``, ``bare``,
    ``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|