openstack-manuals/doc/config-ref-rst/source/tables/keystone-role.rst
KATO Tomoyuki ce094c144b [config-ref] Add table labels
Change-Id: If4e4b6fccb77092ef5939100960ebf278f0e5bf9
2015-11-23 10:57:54 +09:00

1.2 KiB

Description of role configuration options
Configuration option = Default value Description
[role]
cache_time = None (IntOpt) TTL (in seconds) to cache role data. This has no effect unless global caching is enabled.
caching = True (BoolOpt) Toggle for role caching. This has no effect unless global caching is enabled.
driver = None (StrOpt) Entrypoint for the role backend driver in the keystone.role namespace. Supplied drivers are ldap and sql.
list_limit = None (IntOpt) Maximum number of entities that will be returned in a role collection.