X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fimporter%2Fopenstackimporter.py;h=b12ef03b249cd5b5e5a9de816e16ed2e420675fc;hb=1db1a879ffde8991aa95dd80142d555551655e88;hp=2331fa722007b7d140a728a4040ab6a781cc74c7;hpb=c900832bcc4f4dddceeac1978d56e5f10e0e2bb5;p=sfa.git diff --git a/sfa/importer/openstackimporter.py b/sfa/importer/openstackimporter.py index 2331fa72..b12ef03b 100644 --- a/sfa/importer/openstackimporter.py +++ b/sfa/importer/openstackimporter.py @@ -2,11 +2,13 @@ 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.planetlab.plxrn import hostname_to_hrn, slicename_to_hrn, email_to_hrn from sfa.openstack.nova_shell import NovaShell def load_keys(filename):