X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fimporter%2Fopenstackimporter.py;h=2331fa722007b7d140a728a4040ab6a781cc74c7;hb=a00cb1d2388e70dead646d16168fc074d5b4763d;hp=32def38e10a5341ae9fc4afef44e827b1587466f;hpb=1e01b06d03b733d11254bef5445cf5aa884e6555;p=sfa.git diff --git a/sfa/importer/openstackimporter.py b/sfa/importer/openstackimporter.py index 32def38e..2331fa72 100644 --- a/sfa/importer/openstackimporter.py +++ b/sfa/importer/openstackimporter.py @@ -3,13 +3,10 @@ import os from sfa.util.config import Config from sfa.util.xrn import Xrn, get_leaf, get_authority, hrn_to_urn from sfa.util.plxrn import hostname_to_hrn, slicename_to_hrn, email_to_hrn, hrn_to_pl_slicename - from sfa.trust.gid import create_uuid from sfa.trust.certificate import convert_public_key, Keypair - from sfa.storage.alchemy import dbsession from sfa.storage.model import RegRecord, RegAuthority, RegUser, RegSlice, RegNode - from sfa.openstack.nova_shell import NovaShell def load_keys(filename): @@ -40,7 +37,7 @@ class OpenstackImporter: def run (self, options): # we don't have any options for now - self.logger.info ("PlImporter.run : to do") + self.logger.info ("OpenstackImporter.run : to do") config = Config () interface_hrn = config.SFA_INTERFACE_HRN