From ad42e4df35d19d86a37a5a057a18017c0e0de1ab Mon Sep 17 00:00:00 2001 From: "Kyle L. Henderson" Date: Mon, 17 Apr 2017 15:22:23 -0500 Subject: [PATCH] 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 --- templates/include_db.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/include_db.j2 b/templates/include_db.j2 index f6c6bba..5eb0351 100644 --- a/templates/include_db.j2 +++ b/templates/include_db.j2 @@ -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