From: Thierry Parmentelat Date: Wed, 23 Mar 2011 14:13:23 +0000 (+0100) Subject: attach user rather than tech to slice X-Git-Tag: tests-5.0-27~9 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=878c9d17620ceb6b313b0e900302032eb9e62e12;p=tests.git attach user rather than tech to slice --- 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',