Files
openstack-manuals/doc/config-reference/source/tables/ceilometer-redis.rst
KATO Tomoyuki 50cbf2d224 [config-ref] update ceilometer config options for Ocata
Change-Id: Ia05021432b04abf53e5aa4417d76531c1fd514ca
2017-02-13 19:20:36 +09:00

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.