From 33089646210247870645332d76d123a6a177fde1 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 14 Jul 2014 10:48:04 +0200 Subject: [PATCH] velvet needs attention --- system/LocalSubstrate.inria.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index 49bd51b..0dd47a1 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -20,7 +20,9 @@ class OnelabSubstrate (Substrate): # the experimental lxc-based build box def build_lxc_boxes_spec (self): - return [ 'liquid', 'reed', 'velvet' ] +# velvet needs attention +# return [ 'liquid', 'reed', 'velvet' ] + return [ 'liquid', 'reed' ] # the lxc-capable box for PLCs def plc_lxc_boxes_spec (self): -- 2.43.0