Merge "Added cli_opts and cache_opts"
This commit is contained in:
commit
575c484e50
@ -55,6 +55,8 @@ _api_opts = [
|
|||||||
glance.common.wsgi.socket_opts,
|
glance.common.wsgi.socket_opts,
|
||||||
glance.common.wsgi.wsgi_opts,
|
glance.common.wsgi.wsgi_opts,
|
||||||
glance.common.wsgi.store_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.drivers.sqlite.sqlite_opts,
|
||||||
glance.image_cache.image_cache_opts,
|
glance.image_cache.image_cache_opts,
|
||||||
glance.notifier.notifier_opts,
|
glance.notifier.notifier_opts,
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
`Bug #1972666 <https://bugs.launchpad.net/glance/+bug/1972666>`_:
|
||||||
|
Added cli_opts and cache_opts to support configgen to pick all
|
||||||
|
groups from wsgi.py
|
Loading…
Reference in New Issue
Block a user