summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhishek Kekane <akekane@redhat.com>2022-08-25 05:52:07 +0000
committerAbhishek Kekane <akekane@redhat.com>2022-08-26 05:48:25 +0000
commit91f8f16548a6889ae56350011b56611f50bf7986 (patch)
tree3dfa8a36bfecf1a6c23bdb7100f8c399226f4716
parentf09c338035a34889c07ef6817b0befb071e5285f (diff)
downloadglance-91f8f16548a6889ae56350011b56611f50bf7986.tar.gz
[glance-download] Add missing config options to config list
Added missing glance-download plugin config options to the list so that they will be included in sample configuration files. Related: blueprint glance-download-import Change-Id: Ic09acd23ece72b2428979c087971448b4de99b96
-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)
]