Merge "Provision to add new config options in sample config file"

This commit is contained in:
Zuul 2018-11-20 06:14:01 +00:00 committed by Gerrit Code Review
commit c66d377a71
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ wrap_width = 80
output_file = etc/glance-api.conf.sample
namespace = glance.api
namespace = glance.store
namespace = glance.multi_store
namespace = oslo.concurrency
namespace = oslo.messaging
namespace = oslo.db

View File

@ -60,6 +60,7 @@ _api_opts = [
glance.common.wsgi.eventlet_opts,
glance.common.wsgi.socket_opts,
glance.common.wsgi.wsgi_opts,
glance.common.wsgi.store_opts,
glance.image_cache.drivers.sqlite.sqlite_opts,
glance.image_cache.image_cache_opts,
glance.notifier.notifier_opts,