
Use the logging section in the common configurations chapter. Change their option flags to "disable" that is implemented with patch Ied2d03d1c7f71f5712fcf57d4499e127db327b7d. Also, fix a few incorrect flagmappings. Change-Id: I9ba931a86e70f843340a9f5366eae6aca5d3ebf2
1.6 KiB
1.6 KiB
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
executor_thread_pool_size = 64 |
(Integer) Size of executor thread pool. |
insecure_debug = False |
(Boolean) If set to true the server will return information in the response that may allow an unauthenticated or authenticated user to get more information than normal, such as why authentication failed. This may be useful for debugging but is insecure. |
memcached_servers = None |
(List) Memcached servers or None for in process cache. |
[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. |