
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b Implements: blueprint config-ref-rst
1.4 KiB
1.4 KiB
Configuration option = Default value | Description |
---|---|
[catalog] | |
cache_time = None |
(IntOpt) Time to cache catalog data (in seconds). This has no effect unless global and catalog caching are enabled. |
caching = True |
(BoolOpt) Toggle for catalog caching. This has no effect unless global caching is enabled. |
driver = sql |
(StrOpt) Entrypoint for the catalog backend driver in the keystone.catalog namespace. Supplied drivers are kvs, sql, templated, and endpoint_filter.sql |
list_limit = None |
(IntOpt) Maximum number of entities that will be returned in a catalog collection. |
template_file =
default_catalog.templates |
(StrOpt) Catalog template file name for use with the template catalog backend. |