Merge "Added cli_opts and cache_opts"

This commit is contained in:
Zuul 2022-05-10 19:55:04 +00:00 committed by Gerrit Code Review
commit 575c484e50
2 changed files with 7 additions and 0 deletions

View File

@ -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,

View File

@ -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