From 8dd9212c40098c225eed61133c3238fb5aab4dcf Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat <thierry.parmentelat@inria.fr>
Date: Fri, 1 Feb 2013 18:35:17 +0100
Subject: [PATCH] declare deathvegas as a second lxc box

---
 system/LocalSubstrate.inria.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/system/LocalSubstrate.inria.py b/system/LocalSubstrate.inria.py
index 30eafd3..9c7e7c7 100755
--- a/system/LocalSubstrate.inria.py
+++ b/system/LocalSubstrate.inria.py
@@ -24,12 +24,13 @@ class OnelabSubstrate (Substrate):
 
    # the vs-capable box for PLCs
    def plc_vs_boxes_spec (self):
-      return [ ('vs64-1', 35),  # how many plcs max in this box
+      return [ ('warhol', 35),  # how many plcs max in this box
                ]  
 
    # the lxc-capable box for PLCs
    def plc_lxc_boxes_spec (self):
-      return [ ('lxc64-1', 35),  # how many plcs max in this box
+      return [ ('gotan', 35),  # how many plcs max in this box 
+               ('deathvegas', 35),  
                ]  
 
    # vplc01 to 40
-- 
2.47.0