Description of RPC configuration options
Configuration option = Default value Description
[DEFAULT]
= ['database'] (MultiStrOpt) Dispatcher to process data.
= 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.
[notification]
= [] (MultiStrOpt) Messaging URLs to listen for notifications. Example: transport://user:pass@host1:port[,hostN:portN]/virtual_host (DEFAULT/transport_url is used if empty)
[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
[publisher]
= change this for valid signing (StrOpt) Secret value for signing messages. Set value empty if signing is not required to avoid computational overhead.
[publisher_notifier]
= event (StrOpt) The topic that ceilometer uses for event notifications.
= metering (StrOpt) The topic that ceilometer uses for metering notifications.
= messagingv2 (StrOpt) The driver that ceilometer uses for metering notifications.
[publisher_rpc]
= metering (StrOpt) The topic that ceilometer uses for metering messages.