From: Thierry Parmentelat Date: Mon, 14 Jul 2014 08:48:04 +0000 (+0200) Subject: velvet needs attention X-Git-Tag: tests-5.3-7~1 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=33089646210247870645332d76d123a6a177fde1 velvet needs attention --- 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):