From 878c9d17620ceb6b313b0e900302032eb9e62e12 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 23 Mar 2011 15:13:23 +0100 Subject: [PATCH 1/1] attach user rather than tech to slice --- 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 70c3be6..47b0308 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -198,7 +198,7 @@ def slices (options,index): 'description':'testslice number %d'%i, 'max_nodes':2, }, - 'usernames' : [ 'pi','tech','techuser' ], + 'usernames' : [ 'pi','user','techuser' ], 'nodenames' : all_nodenames(options,index), 'sitename' : login_base(index), 'owner' : 'pi', -- 2.45.2