From 238378193a074ac24bc74abc3325d06811d71556 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 16 Dec 2011 10:15:19 +0100 Subject: [PATCH] use plt instead of pl --- system/config_default.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/system/config_default.py b/system/config_default.py index b286b34..2c280fa 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -20,8 +20,10 @@ def login_base (index): else: return 'site%s'%chr(index+94) def sfa_root (index): - # pla, plb, ... - return 'pl%s'%chr(index+96) + # use plt (planetlab test) instead of pl + # otherwise a triangular test ends up with 'plc' + # plta, pltb, ... + return 'plt%s'%chr(index+96) def nodes(options,index): return [{'name':'node%d'%index, -- 2.47.0