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:
Kyle L. Henderson
2017年04月17日 15:22:23 -05:00
committed by Kevin Carter (cloudnull)
parent 92c1a502d0
commit ad42e4df35

View File

@@ -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
Reference in New Issue
openstack/openstack-ansible-os_trove
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.