From: Mohamed Larabi <mohamed.larabi@inria.fr>
Date: Tue, 12 Nov 2013 15:51:37 +0000 (+0100)
Subject: check-hrns: Rollback and use SFA_HRN_ROOT as toplevel
X-Git-Tag: myplc-5.3-1~6
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=26c169aef3c6ec4dad604519fa06f506569db0a3;p=myplc.git

check-hrns: Rollback and use SFA_HRN_ROOT as toplevel
---

diff --git a/bin/check-hrns.py b/bin/check-hrns.py
index 7c8bdef..49d73e8 100755
--- a/bin/check-hrns.py
+++ b/bin/check-hrns.py
@@ -5,11 +5,7 @@ from optparse import OptionParser
 from PLC.Namespace import hostname_to_hrn, email_to_hrn, slicename_to_hrn
 # (auth_hrn, email):
 
-try:
-    from sfa.util.config import Config
-    toplevel=Config().SFA_INTERFACE_HRN
-except:
-    toplevel=api.config.PLC_HRN_ROOT
+toplevel=api.config.PLC_HRN_ROOT
 
 def handle_nodes (sites,sites_by_id, dry_run, verbose):
     nodes=GetNodes ({'peer_id':None},['node_id','hostname','hrn'])