Merge "Fix glance_download_properties config section name in the doc"

This commit is contained in:
Zuul
2025-06-20 16:44:02 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 2 deletions
@@ -278,7 +278,8 @@ Depending your needs on image properties you may configure addional properties
to be copied from the remote image to the local image.
You can do this by configuring options in the
``[glance_download_opts]`` section of the **glance-image-import.conf** file.
``[glance_download_properties]`` section of the **glance-image-import.conf**
file.
``extra_properties`` options is a list of properties that should be copied from
the remote image. The properties listed should be read as properties that
+1 -1
View File
@@ -85,7 +85,7 @@ _image_import_opts = [
glance.async_.flows.api_image_import.api_import_opts),
('import_filtering_opts',
glance.async_.flows._internal_plugins.import_filtering_opts),
('glance_download_opts',
('glance_download_properties',
glance.async_.flows.api_image_import.glance_download_opts)
]