Gauvain Pocentek cce63f68aa [config-ref] Tables update
Change-Id: Ia766f93b9ce5b1560ebe37da65bd70be61a0fdd1
2016-03-19 08:34:45 +01:00

1.4 KiB

Description of catalog configuration options
Configuration option = Default value Description
[catalog]
cache_time = None (Integer) Time to cache catalog data (in seconds). This has no effect unless global and catalog caching are enabled.
caching = True (Boolean) Toggle for catalog caching. This has no effect unless global caching is enabled.
driver = sql (String) Entrypoint for the catalog backend driver in the keystone.catalog namespace. Supplied drivers are kvs, sql, templated, and endpoint_filter.sql
list_limit = None (Integer) Maximum number of entities that will be returned in a catalog collection.
template_file = default_catalog.templates (String) Catalog template file name for use with the template catalog backend.