Description of RPC configuration options
Configuration option = Default value Description
[DEFAULT]
= 300 (IntOpt) Heartbeat frequency.
= 600 (IntOpt) Heartbeat time-to-live.
= rabbit (StrOpt) The messaging driver to use, defaults to rabbit. Other drivers include qpid and zmq.
= 30 (IntOpt) Seconds to wait before a cast expires (TTL). Only supported by impl_zmq.
= 30 (IntOpt) Size of RPC connection pool.
= 60 (IntOpt) Seconds to wait for a response from a call.
= 64 (IntOpt) Size of RPC thread pool.
[oslo_concurrency]
= False (BoolOpt) Enables or disables inter-process locks.
= None (StrOpt) 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.