From 98791928efe453a7a32d4869c01b747ca717ccaf Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 14 Sep 2009 16:04:07 +0000 Subject: [PATCH] fix typo --- PLC/SFA.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLC/SFA.py b/PLC/SFA.py index 4fdaa1c..8e20359 100644 --- a/PLC/SFA.py +++ b/PLC/SFA.py @@ -49,7 +49,7 @@ class SFA: config = Config() self.authority = config.SFA_INTERFACE_HRN url = 'http://%s:%s/' %(config.SFA_REGISTRY_HOST, config.SFA_REGISTRY_PORT) - self.registry = GeniCleint(url, key_file, cert_file) + self.registry = GeniClient(url, key_file, cert_file) #self.sfa_api = GeniAPI(key_file = key_file, cert_file = cert_file) #self.credential = self.sfa_api.getCredential() cred_file = '/etc/sfa/slicemgr.plc.authority.cred' -- 2.43.0