1.5 KiB
1.5 KiB
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
executor_thread_pool_size = 64 |
(Integer) Size of executor thread pool. |
memcached_servers = None |
(List) Memcached servers or None for in process cache. |
[keystone_authtoken] | |
memcached_servers = None |
(List) Optionally specify a list of memcached server(s) to use for caching. If left undefined, tokens will instead be cached in-process. |
[oslo_concurrency] | |
disable_process_locking = False |
(Boolean) Enables or disables inter-process locks. |
lock_path = None |
(String) Directory to use for lock files. For security, the specified directory should only be writable by the user running the processes that need locking. Defaults to environment variable OSLO_LOCK_PATH. If external locks are used, a lock path must be set. |