From a54329f2077125457a975a7590e6e4d692fe929c Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 3 Feb 2012 19:13:39 -0500 Subject: [PATCH] fix AttributeError --- sfa/importer/sfa-import-openstack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sfa/importer/sfa-import-openstack.py b/sfa/importer/sfa-import-openstack.py index 8000b0c4..6a946c4e 100755 --- a/sfa/importer/sfa-import-openstack.py +++ b/sfa/importer/sfa-import-openstack.py @@ -113,7 +113,7 @@ def main(): person_record.sync() # Get all projects - projects = shell.get_projects() + projects = shell.auth_manager.get_projects() projects_dict = {} for project in projects: hrn = config.SFA_INTERFACE_HRN + '.' + project.id -- 2.45.2