Merge "Add new config options in sample config generator"

This commit is contained in:
Zuul 2020-07-29 07:32:33 +00:00 committed by Gerrit Code Review
commit 7f35861184
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@ _api_opts = [
('store_type_location_strategy',
glance.common.location_strategy.store_type.store_type_opts),
profiler.list_opts()[0],
('paste_deploy', glance.common.config.paste_deploy_opts)
('paste_deploy', glance.common.config.paste_deploy_opts),
('wsgi', glance.common.config.wsgi_opts),
]
_scrubber_opts = [
(None, list(itertools.chain(