summaryrefslogtreecommitdiff
path: root/glance/opts.py
diff options
context:
space:
mode:
Diffstat (limited to 'glance/opts.py')
-rw-r--r--glance/opts.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/glance/opts.py b/glance/opts.py
index fdd7e3ce3..b2b4a986b 100644
--- a/glance/opts.py
+++ b/glance/opts.py
@@ -55,6 +55,8 @@ _api_opts = [
glance.common.wsgi.socket_opts,
glance.common.wsgi.wsgi_opts,
glance.common.wsgi.store_opts,
+ glance.common.wsgi.cache_opts,
+ glance.common.wsgi.cli_opts,
glance.image_cache.drivers.sqlite.sqlite_opts,
glance.image_cache.image_cache_opts,
glance.notifier.notifier_opts,