From 82c249037b0e2d798ac3f8265bb17bcfc7ccca00 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 19 Sep 2011 15:39:14 +0200 Subject: [PATCH 1/1] cosmtic --- system/config_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config_default.py b/system/config_default.py index 75c60b1..033c693 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -261,7 +261,7 @@ def leases (options, index): def plc (options,index) : return { 'index' : index, - 'name' : 'onetest%d'%index, + 'name' : 'plctest%d'%index, # as of yet, not sure we can handle foreign hosts, but this is required though 'host_box' : 'deferred-myplc-hostbox-%d'%index, # set these two items to run within a vserver -- 2.43.0