From da0eb87e85a5df54bde497c4b0833bd801052d70 Mon Sep 17 00:00:00 2001 From: Adrien Cunin Date: Fri, 27 Aug 2021 16:23:11 +0200 Subject: [PATCH] Fixed image_format typo in doc Closes-Bug: #1943264 Change-Id: I76d1ef2f8242171b4728e10e2d748acefebd7f2a --- doc/source/configuration/configuring.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/configuration/configuring.rst b/doc/source/configuration/configuring.rst index c4a398a46c..79fcb9535d 100644 --- a/doc/source/configuration/configuring.rst +++ b/doc/source/configuration/configuring.rst @@ -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=`` Optional. Default: ``ami,ari,aki,vhd,vhdx,vmdk,raw,qcow2,vdi,iso,ploop``