X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2Fconfig_default.py;h=98a0be73c09520d85c0176dfed1d01c7d16c7165;hb=65ec3c1afa81cc91d10680ae17e7a73cfab12289;hp=404f44a75dfdb4088c532177d7a2e18acb1bd254;hpb=70f40d3c2cc21794dad29c247004788bc62fd9cb;p=tests.git diff --git a/system/config_default.py b/system/config_default.py index 404f44a..98a0be7 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -365,6 +365,8 @@ def sfa_slice_spec (options,index,rspec_style): hrn=prefix+'.'+slicename user_hrn=prefix+'.'+regularuser pi_hrn=prefix+'.'+piuser + key=public_key2 + mail="%s@%s"%(regularuser,domain) person_record_xml =\ ''' @@ -377,9 +379,6 @@ first_name="Fake" last_name="Sfa style=%(rspec_style)s" > %s '''%(hrn, user_hrn) - mail="%s@%s"%(regularuser,domain) - print 'in sfa_slice_spec','slicename',slicename,'hrn',hrn,'mail',mail - key=public_key2 return { 'slice_fields': {'name':'%s_%s'%(the_login_base,slicename), 'url':'http://foo%d@foo.com'%index,