From 8ad276dca7c68139f09d87a44f0992e2aeecfc20 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Tue, 17 Sep 2013 10:18:39 +0200
Subject: [PATCH] Resilient stack: remove useless warning.

fixed long ago.
---
 stack/resilient/buildout.cfg               | 2 +-
 stack/resilient/template-replicated.cfg.in | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/stack/resilient/buildout.cfg b/stack/resilient/buildout.cfg
index bbaa549d2..fd80d37e7 100644
--- a/stack/resilient/buildout.cfg
+++ b/stack/resilient/buildout.cfg
@@ -61,7 +61,7 @@ mode = 0644
 [template-replicated]
 recipe = slapos.recipe.download
 url = ${:_profile_base_location_}/template-replicated.cfg.in
-#md5sum = 9e20f283bf709c63c9c6692d5e1f8972
+md5sum = e4557a360edbe23653d57ef4a8fcb85a
 mode = 0644
 destination = ${buildout:directory}/template-replicated.cfg.in
 
diff --git a/stack/resilient/template-replicated.cfg.in b/stack/resilient/template-replicated.cfg.in
index acb934e61..d2ee6656e 100644
--- a/stack/resilient/template-replicated.cfg.in
+++ b/stack/resilient/template-replicated.cfg.in
@@ -133,8 +133,6 @@ config-ip-list = ${request-{{namebase}}:connection-ip}{% for j in range(1,nbback
 ## Having 3 backups pulling from the same PBS provides
 ##only availability, not resiliency
 
-## WARNING : SLAVES ARE ALLOCATED AT RANDOM, THIS NEEDS TO BE FIXED.
-
 [request-pbs-common]
 <= slap-connection
 recipe = slapos.cookbook:request
-- 
2.30.9