From 998714196b594337c938c1a5265ba0933c1f231d Mon Sep 17 00:00:00 2001
From: Nicolas Wavrant <nicolas.wavrant@tiolive.com>
Date: Fri, 29 Nov 2013 15:03:12 +0100
Subject: [PATCH] slaprunner: prepareSoftware now uses ipv6

---
 software/slaprunner/instance-runner.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/software/slaprunner/instance-runner.cfg b/software/slaprunner/instance-runner.cfg
index 7a06b476a..ba077db7a 100644
--- a/software/slaprunner/instance-runner.cfg
+++ b/software/slaprunner/instance-runner.cfg
@@ -604,6 +604,6 @@ command = cd $${:location} && ${git:location}/bin/git checkout $${:reference} &&
 
 [prepare-software]
 recipe = slapos.cookbook:wrapper
-command-line = ${curl:location}/bin/curl $${slaprunner:ipv4}:$${slaprunner:runner_port}/isSRReady --max-time 1
+command-line = ${curl:location}/bin/curl -g https://[$${slaprunner:ipv6}]:$${slaprunner:runner_port}/isSRReady --max-time 1 --insecure
 wrapper-path = $${directory:scripts}/prepareSoftware
 
-- 
2.30.9