Files
heat/doc/source/configuration/tables/heat-redis.rst
rabi 4e4bc0171c Move in-tree config-reference from openstack-manuals
Change-Id: I9f1d1c4e783906cdbe2f3412dfc2e33b3fb546fc
Partial-Bug: #1706174
2017-07-25 16:58:54 +05:30

1.6 KiB

Description of Redis configuration options
Configuration option = Default value Description
[matchmaker_redis]
check_timeout = 20000 (Integer) Time in ms to wait before the transaction is killed.
host = 127.0.0.1 (String) DEPRECATED: Host to locate redis. Replaced by [DEFAULT]/transport_url
password = (String) DEPRECATED: Password for Redis server (optional). Replaced by [DEFAULT]/transport_url
port = 6379 (Port number) DEPRECATED: Use this port to connect to redis host. Replaced by [DEFAULT]/transport_url
sentinel_group_name = oslo-messaging-zeromq (String) Redis replica set name.
sentinel_hosts = (List) DEPRECATED: List of Redis Sentinel hosts (fault tolerance mode), e.g., [host:port, host1:port ... ] Replaced by [DEFAULT]/transport_url
socket_timeout = 10000 (Integer) Timeout in ms on blocking socket operations.
wait_timeout = 2000 (Integer) Time in ms to wait between connection attempts.