Merge "Fixed image_format typo in doc"

This commit is contained in:
Zuul
2021-09-10 18:12:52 +00:00
committed by Gerrit Code Review

View File

@@ -1663,7 +1663,7 @@ select a format from the set that the Glance service supports. This
supported set can be seen by querying the ``/v2/schemas/images`` resource.
An operator can add or remove disk formats to the supported set. This is
done by setting the ``disk_formats`` parameter which is found in the
``[image_formats]`` section of ``glance-api.conf``.
``[image_format]`` section of ``glance-api.conf``.
``disk_formats=<Comma separated list of disk formats>``
Optional. Default: ``ami,ari,aki,vhd,vhdx,vmdk,raw,qcow2,vdi,iso,ploop``