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.
[oslo_messaging_amqp]
= False (BoolOpt) Accept clients using either SSL or plain TCP
= broadcast (StrOpt) address prefix used when broadcasting to all servers
= None (StrOpt) Name for the AMQP container
= unicast (StrOpt) address prefix when sending to any server in group
= 0 (IntOpt) Timeout for inactive connections (in seconds)
= exclusive (StrOpt) address prefix used when sending to a specific server
= (StrOpt) CA certificate PEM file to verify server certificate
= (StrOpt) Identifying certificate PEM file to present to clients
= (StrOpt) Private key PEM file used to sign cert_file certificate
= None (StrOpt) Password for decrypting ssl_key_file (if encrypted)
= False (BoolOpt) Debug: dump AMQP frames to stdout