From 4e073cca0e203d2ad203506c7f983e02b78f5767 Mon Sep 17 00:00:00 2001
From: Christian Berendt <berendt@betacloud-solutions.de>
Date: Thu, 29 Sep 2016 22:37:10 +0200
Subject: [PATCH] Use correct Kibana version on the gates

We bumped the Kibana version from 4.4 to 4.6 with
Ia18cb89e0951359226add5cbd96d3a91c7fcfd8a. This version should be
used on the gates as well.

Change-Id: I21ccac9a12e4b604d3cf336c6263f2e4cd925524
Closes-bug: #1634049
---
 tools/setup_gate.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/setup_gate.sh b/tools/setup_gate.sh
index 47fcadce25..9d26453236 100755
--- a/tools/setup_gate.sh
+++ b/tools/setup_gate.sh
@@ -54,7 +54,7 @@ EOF
 deb http://nyc2.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu trusty main
 deb http://repo.percona.com/apt trusty main
 deb http://packages.elastic.co/elasticsearch/2.x/debian stable main
-deb http://packages.elastic.co/kibana/4.4/debian stable main
+deb http://packages.elastic.co/kibana/4.6/debian stable main
 EOF
     fi
 }