Merge "Add port 16379 to conf.sample" into stable/ocata

This commit is contained in:
Zuul 2018-09-19 17:47:41 +00:00 committed by Gerrit Code Review
commit 0d2aa489ca
2 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,7 @@ device_path = /dev/vdb
[redis]
# Format (single port or port range): A, B-C
# where C greater than B
tcp_ports = 6379
tcp_ports = 6379, 16379
# redis uses local storage
volume_support = False
# default device_path = None

View File

@ -222,7 +222,7 @@ ignore_dbs = mysql, information_schema, performance_schema
[redis]
tcp_ports = 6379
tcp_ports = 6379, 16379
#redis uses local storage
volume_support = False
# default device_path = None