d33ce445d3
Implements blueprint cfg-global-object In glance.common.wsgi we have a paste_deploy_app() API which allows a ConfigOpts instance to be passed the the applications and filters constructed by PasteDeploy. Now that we're using a global object, we don't need this anymore Change-Id: I222d3c58308bc2f504cd802c0c8405d3baa2e49a
12 lines
352 B
INI
12 lines
352 B
INI
[app:glance-pruner]
|
|
paste.app_factory = glance.image_cache.pruner:Pruner.factory
|
|
|
|
[app:glance-prefetcher]
|
|
paste.app_factory = glance.image_cache.prefetcher:Prefetcher.factory
|
|
|
|
[app:glance-cleaner]
|
|
paste.app_factory = glance.image_cache.cleaner:Cleaner.factory
|
|
|
|
[app:glance-queue-image]
|
|
paste.app_factory = glance.image_cache.queue_image:Queuer.factory
|