From 013bdad8b0519ecb059e4879d376326a05ad34d4 Mon Sep 17 00:00:00 2001 From: Abhishek Kekane Date: Tue, 28 Jul 2020 05:32:42 +0000 Subject: [PATCH] Add new config options in sample config generator Change-Id: I03dbd676c1189507eccaedc0606dda5179ecb77b --- glance/opts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glance/opts.py b/glance/opts.py index 7f14f057d3..fdd7e3ce3a 100644 --- a/glance/opts.py +++ b/glance/opts.py @@ -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(