From db92e0e9caf90f5524cf267cbf1b6e2cf760c653 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 22 Apr 2013 16:20:04 +0200 Subject: [PATCH] try libvirt1.0.4 now that /dev/random is managed differently --- 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 f0712ce..1f7538c 100755 --- a/system/LocalSubstrate.inria.py +++ b/system/LocalSubstrate.inria.py @@ -30,8 +30,8 @@ class OnelabSubstrate (Substrate): # the lxc-capable box for PLCs def plc_lxc_boxes_spec (self): return [ -# ('gotan', 30), # how many plcs max in this box - ('deathvegas', 30), + ('gotan', 30), # how many plcs max in this box +# ('deathvegas', 30), ] # vplc01 to 40 -- 2.43.0