X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=blobdiff_plain;f=bin%2Fcheck-hrns.py;h=7c8bdef73caf2d19a016076c7306a7f693a52c8d;hp=49d73e85c0a0018329b0a46451adfb688f1a7279;hb=20aa5b1780c2c2ae241449cf18106a61a9bb065f;hpb=85c7ba45c154de3757e1c78a51d6dff7e239a601 diff --git a/bin/check-hrns.py b/bin/check-hrns.py index 49d73e8..7c8bdef 100755 --- a/bin/check-hrns.py +++ b/bin/check-hrns.py @@ -5,7 +5,11 @@ from optparse import OptionParser from PLC.Namespace import hostname_to_hrn, email_to_hrn, slicename_to_hrn # (auth_hrn, email): -toplevel=api.config.PLC_HRN_ROOT +try: + from sfa.util.config import Config + toplevel=Config().SFA_INTERFACE_HRN +except: + 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'])