From 7ab545cde7518604b8bd70275da16dcfe855ac4a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 28 Jan 2014 09:53:56 +0100 Subject: [PATCH] all build boxes run lxc --- system/LocalSubstrate.inria.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py index 2d0123b..10758c0 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -20,11 +20,11 @@ class OnelabSubstrate (Substrate): # the build boxes we use def build_vs_boxes_spec (self): - return [ 'liquid', 'reed', 'velvet' ] + return [] # the experimental lxc-based build box def build_lxc_boxes_spec (self): - return [ 'warhol' ] + return [ 'liquid', 'reed', 'velvet', 'warhol' ] # the vs-capable box for PLCs def plc_vs_boxes_spec (self): -- 2.43.0