X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fimporter%2Fsfa-import-plc.py;h=2371536f847b30c68ce673f02e032f91aea6034c;hb=b8596ce95578bf77158db2a5dacbaab36bdf6b16;hp=45945343f40d4e7378efc1b46751923bd6cb85e2;hpb=9b9ffbbb64ae96d969005cffd1d65aa993731f56;p=sfa.git diff --git a/sfa/importer/sfa-import-plc.py b/sfa/importer/sfa-import-plc.py index 45945343..2371536f 100755 --- a/sfa/importer/sfa-import-plc.py +++ b/sfa/importer/sfa-import-plc.py @@ -18,10 +18,9 @@ import os import getopt import sys -from sfa.util.xrn import get_leaf, get_authority -from sfa.util.plxrn import hostname_to_hrn, slicename_to_hrn, email_to_hrn, hrn_to_pl_slicename from sfa.util.config import Config -from sfa.util.xrn import Xrn +from sfa.util.xrn import Xrn, get_leaf, get_authority +from sfa.util.plxrn import hostname_to_hrn, slicename_to_hrn, email_to_hrn, hrn_to_pl_slicename from sfa.storage.table import SfaTable @@ -72,13 +71,11 @@ def main(): keys_filename = config.config_path + os.sep + 'person_keys.py' sfaImporter = sfaImport() logger=sfaImporter.logger - if config.SFA_API_DEBUG: logger.setLevelDebug() + logger.setLevelFromOptVerbose(config.SFA_API_LOGLEVEL) shell = sfaImporter.shell # initialize registry db table table = SfaTable() - if not table.exists(): - table.create() # create root authority sfaImporter.create_top_level_auth_records(interface_hrn)