Description of configuration options for rpc
Configuration option = Default value Description
[DEFAULT]
allowed_rpc_exception_modules = nova.exception, cinder.exception, exceptions (ListOpt) Modules of exceptions that are permitted to be recreatedupon receiving exception data from an rpc call.
host = 0.0.0.0 (StrOpt) No help text available for this option.
matchmaker_heartbeat_freq = 300 (IntOpt) Heartbeat frequency
matchmaker_heartbeat_ttl = 600 (IntOpt) Heartbeat time-to-live.
num_tries = 3 (IntOpt) No help text available for this option.
periodic_interval = 60 (IntOpt) No help text available for this option.
report_interval = 10 (IntOpt) The interval in seconds which periodic tasks are run.
rpc_backend = trove.openstack.common.rpc.impl_kombu (StrOpt) The messaging module to use, defaults to kombu.
rpc_cast_timeout = 30 (IntOpt) Seconds to wait before a cast expires (TTL). Only supported by impl_zmq.
rpc_conn_pool_size = 30 (IntOpt) Size of RPC connection pool
rpc_response_timeout = 60 (IntOpt) Seconds to wait for a response from call or multicall
rpc_thread_pool_size = 64 (IntOpt) Size of RPC thread pool
[rpc_notifier2]
topics = notifications (ListOpt) AMQP topic(s) used for openstack notifications
[secure_messages]
enabled = True (BoolOpt) Whether Secure Messaging (Signing) is enabled, defaults to enabled
encrypt = False (BoolOpt) Whether Secure Messaging (Encryption) is enabled, defaults to not enabled
enforced = False (BoolOpt) Whether Secure Messaging (Signing) is enforced, defaults to not enforced
kds_endpoint = None (StrOpt) KDS endpoint (ex: http://kds.example.com:35357/v3)
secret_key = None (MultiStrOpt) A list of keys: (ex: name:<base64 encoded key>), ignored if secret_keys_file is set
secret_keys_file = None (StrOpt) Path to the file containing the keys, takes precedence over secret_key