1.4 KiB
1.4 KiB
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. |