X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=sfa%2Fimporter%2Fopenstackimporter.py;h=2bf1da310404232c8a94c38e3887d76148376ee0;hp=844980de496e2eb0eaec35745e523bcc438bd818;hb=b7d6a80faf23cb019c74e65c2264e215446f84a3;hpb=25dc07a3f55ef5e21c659dcaad5ad7559e8a6896 diff --git a/sfa/importer/openstackimporter.py b/sfa/importer/openstackimporter.py index 844980de..2bf1da31 100644 --- a/sfa/importer/openstackimporter.py +++ b/sfa/importer/openstackimporter.py @@ -10,7 +10,7 @@ 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.openstack_shell import OpenstackShell +from sfa.openstack.nova_shell import NovaShell def load_keys(filename): keys = {} @@ -45,7 +45,7 @@ class OpenstackImporter: config = Config () interface_hrn = config.SFA_INTERFACE_HRN root_auth = config.SFA_REGISTRY_ROOT_AUTH - shell = OpenstackShell (config) + shell = NovaShell (config) # create dict of all existing sfa records existing_records = {}