Add new config options in sample config generator
Change-Id: I03dbd676c1189507eccaedc0606dda5179ecb77b
This commit is contained in:
parent
f4b78606ba
commit
013bdad8b0
@ -67,7 +67,8 @@ _api_opts = [
|
|||||||
('store_type_location_strategy',
|
('store_type_location_strategy',
|
||||||
glance.common.location_strategy.store_type.store_type_opts),
|
glance.common.location_strategy.store_type.store_type_opts),
|
||||||
profiler.list_opts()[0],
|
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 = [
|
_scrubber_opts = [
|
||||||
(None, list(itertools.chain(
|
(None, list(itertools.chain(
|
||||||
|
Loading…
Reference in New Issue
Block a user