Skip to content

Commit 91f8f16

Browse files
committed
[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
1 parent f09c338 commit 91f8f16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

glance/opts.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@
9191
glance.async_.flows.api_image_import.api_import_opts),
9292
('import_filtering_opts',
9393
glance.async_.flows._internal_plugins.import_filtering_opts),
94+
('glance_download_opts',
95+
glance.async_.flows.api_image_import.glance_download_opts)
9496
]
9597

9698

0 commit comments

Comments
 (0)