Fixed image_format typo in doc

Closes-Bug: #1943264
Change-Id: I76d1ef2f8242171b4728e10e2d748acefebd7f2a
This commit is contained in:
Adrien Cunin 2021-08-27 16:23:11 +02:00 committed by Erno Kuvaja
parent 869a39d9e5
commit da0eb87e85
1 changed files with 1 additions and 1 deletions

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``