From: Tony Mack Date: Fri, 20 Mar 2009 01:27:18 +0000 (+0000) Subject: fix bugs, added comments X-Git-Tag: sfa-0.9-0@14641~557 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=baac692557d96877935ca393669e6181139c2053;p=sfa.git fix bugs, added comments --- diff --git a/geni/slicemgr.py b/geni/slicemgr.py index c87a78ec..85840433 100644 --- a/geni/slicemgr.py +++ b/geni/slicemgr.py @@ -88,7 +88,7 @@ class SliceMgr(GeniServer): try: self.credential = Credential(filename = ma_cred_filename) except IOError: - self.credential = self.getCrednetialFromRegistry() + self.credential = self.getCredentialFromRegistry() def getCredentialFromRegistry(self): @@ -118,8 +118,8 @@ class SliceMgr(GeniServer): def connectAggregates(self): """ - Get info about the aggregates available to us from file and create - an xmlrpc connection to each. If any info is invalid, skip it. + Get connection details for the trusted peer aggregates from file and + create a GeniClient connection to each. """ self.aggregates = {} aggregates = self.aggregate_info['aggregates']['aggregate']