summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-08-29 06:04:14 +0000
committerGerrit Code Review <review@openstack.org>2022-08-29 06:04:14 +0000
commit51e4fb1485b7c3c69ea90b3cea901dc446c5cc50 (patch)
tree6eba6007f64f86fafa69b5bb6e057dee6a2b993b
parent2d1b460993197a6691488349114b0be7543fea33 (diff)
parent91f8f16548a6889ae56350011b56611f50bf7986 (diff)
downloadglance-51e4fb1485b7c3c69ea90b3cea901dc446c5cc50.tar.gz
Merge "[glance-download] Add missing config options to config list"
-rw-r--r--glance/opts.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/glance/opts.py b/glance/opts.py
index 00700b812..2659e3eea 100644
--- a/glance/opts.py
+++ b/glance/opts.py
@@ -91,6 +91,8 @@ _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.async_.flows.api_image_import.glance_download_opts)
]