Fix glance_download_properties config section name in the doc

The `glance_download_properties` section name is correct config section
name, but the glance admin doc and generated glance-image-import.conf.sample file
show wrong section name, `glance_download_opts`.

This commit updates the glance admin doc and generated
glance-image-import.conf.sample to show the correct section name.

Closes-Bug: #2101854
Change-Id: Icf2a6ffbe3cd4b76431789c6249660e6e395d16c
This commit is contained in:
Masahito Muroi
2025-02-18 16:49:06 +09:00
committed by Takashi Kajinami
parent f64de3200e
commit b5ab2311ae
2 changed files with 3 additions and 2 deletions

View File

@@ -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. to be copied from the remote image to the local image.
You can do this by configuring options in the 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 ``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 the remote image. The properties listed should be read as properties that

View File

@@ -85,7 +85,7 @@ _image_import_opts = [
glance.async_.flows.api_image_import.api_import_opts), glance.async_.flows.api_image_import.api_import_opts),
('import_filtering_opts', ('import_filtering_opts',
glance.async_.flows._internal_plugins.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) glance.async_.flows.api_image_import.glance_download_opts)
] ]