Files
openstack-manuals/doc/config-reference/source/tables/keystone-redis.rst
Gauvain Pocentek 0806ec8ea4 [config-ref] Update keystone tables
Change-Id: Id5bb093eb05a38aa0bd4cd11f2c08de9a5f64c46
2017-04-29 17:11:46 +02:00

1.7 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) Host to locate redis.
  • Deprecated

    Replaced by [DEFAULT]/transport_url

password = (String) Password for Redis server (optional).
  • Deprecated

    Replaced by [DEFAULT]/transport_url

port = 6379 (Port number) Use this port to connect to redis host.
  • Deprecated

    Replaced by [DEFAULT]/transport_url

sentinel_group_name = oslo-messaging-zeromq (String) Redis replica set name.
sentinel_hosts = (List) List of Redis Sentinel hosts (fault tolerance mode), e.g., [host:port, host1:port ... ]
  • Deprecated

    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.