From 0cb2702996186784eb841109f41dcd99c9d0c3c2 Mon Sep 17 00:00:00 2001 From: Mohamed Larabi Date: Thu, 16 Jan 2014 15:11:44 +0100 Subject: [PATCH] put gotan as lxc test box and remove deathvegas --- system/LocalSubstrate.inria.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index f595e72..3ddf0f6 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -33,9 +33,8 @@ class OnelabSubstrate (Substrate): # the lxc-capable box for PLCs def plc_lxc_boxes_spec (self): return [ -# gotan has fsck issues and is being reinstalled under f20 -# ('gotan', 10), # how many plcs max in this box - ('deathvegas', 10), + ('gotan', 10), # how many plcs max in this box +# ('deathvegas', 10), ] # vplc01 to 40 -- 2.43.0