Add redis cluster port
The redis cluster port was missing from the trove sample config files. A fix to trove is proposed here [1]. [1] https://review.openstack.org/#/c/455889 Change-Id: I15268af320dc1734c51a8c17f19335105cd95e8d
This commit is contained in:
parent
92c1a502d0
commit
ad42e4df35
@ -9,7 +9,7 @@ ignore_users = os_admin, root
|
||||
ignore_dbs = mysql, information_schema, performance_schema
|
||||
|
||||
[redis]
|
||||
tcp_ports = 6379
|
||||
tcp_ports = 6379, 16379
|
||||
#redis uses local storage
|
||||
volume_support = True
|
||||
# default device_path = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user