X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fomf_resctl.py;h=302fcad8e044046618af5a2bc70aa9454d80369d;hb=2d7b127c806b5ca661b03f1c21926f1b9f7fa1e8;hp=5c69ff0405a812d61872b7d6a8502f45307815a8;hpb=0780681656c26ddc04b7987db9d1c21c66160395;p=nodemanager.git diff --git a/plugins/omf_resctl.py b/plugins/omf_resctl.py index 5c69ff0..302fcad 100644 --- a/plugins/omf_resctl.py +++ b/plugins/omf_resctl.py @@ -44,7 +44,7 @@ def GetSlivers(data, conf = None, plc = None): for sliver in data['slivers']: name=sliver['name'] sliver_pub_key_dir=os.path.join("/home", name, ".ssh/") - sliver_private_key=os.path.join(sliver_pub_key_dir, ".ssh/id_rsa") + sliver_private_key=os.path.join(sliver_pub_key_dir, "id_rsa") for chunk in sliver['attributes']: if chunk['tagname']=='omf_control': # scan all versions of omf-resctl