Open the volume_support of redis

In the past, we support volume_support when we support
redis-cluster[1], but we did not update to conf[2].
we are making the sample conf files match the 
default configuration in code.

[1]:https://review.openstack.org/#/c/203702/
[2]:https://review.openstack.org/#/c/107117/

Closes-Bug: #1701469
Change-Id: I428e274fdb85621b21453780e90a8a0ab401ffd9
This commit is contained in:
jiansong 2017-09-26 01:34:07 -07:00 committed by jian.song
parent 0fb67d459b
commit 5b7930446f
2 changed files with 5 additions and 6 deletions

View File

@ -228,9 +228,9 @@ device_path = /dev/vdb
# Format (single port or port range): A, B-C
# where C greater than B
tcp_ports = 6379, 16379
# redis uses local storage
volume_support = False
# default device_path = None
volume_support = True
device_path = /dev/vdb
[cassandra]
tcp_ports = 7000, 7001, 9042, 9160

View File

@ -223,9 +223,8 @@ ignore_dbs = mysql, information_schema, performance_schema
[redis]
tcp_ports = 6379, 16379
#redis uses local storage
volume_support = False
# default device_path = None
volume_support = True
device_path = /dev/vdb
[cassandra]
tcp_ports = 7000, 7001, 9042, 9160