From: Mohamed Larabi Date: Tue, 12 Nov 2013 15:55:27 +0000 (+0100) Subject: Set PLC_HRN_ROOT in plc config X-Git-Tag: tests-5.3-1~2 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=e425f0b8f1d49cf93c42ed72eeb2b3dc57e9c0a9 Set PLC_HRN_ROOT in plc config --- diff --git a/system/config_default.py b/system/config_default.py index 9bd90d4..f2e3b3b 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -483,6 +483,7 @@ def plc (options,index) : 'PLC_ROOT_USER' : 'root@test.onelab.eu', 'PLC_ROOT_PASSWORD' : 'test++', 'PLC_SLICE_PREFIX' : 'auto', + 'PLC_HRN_ROOT': sfa_root(index), 'PLC_SHORTNAME' : 'Rlab', 'PLC_MAIL_ENABLED':'false', 'PLC_MAIL_SUPPORT_ADDRESS' : 'thierry.parmentelat@inria.fr',