From b3b806b28dc902af069a560b6e5d517ca76f354e Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 19 Mar 2012 11:35:20 -0400 Subject: [PATCH] dont forget to create interface records --- sfa/importer/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sfa/importer/__init__.py b/sfa/importer/__init__.py index 20ef19da..84e59924 100644 --- a/sfa/importer/__init__.py +++ b/sfa/importer/__init__.py @@ -99,7 +99,8 @@ class Importer: # testbed-neutral : create local certificates and the like auth_hierarchy = Hierarchy () self.create_top_level_auth_records(self.config.SFA_INTERFACE_HRN) - + self.create_interface_records() + # testbed-specific testbed_importer = None generic=Generic.the_flavour() -- 2.43.0