From baac692557d96877935ca393669e6181139c2053 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Fri, 20 Mar 2009 01:27:18 +0000 Subject: [PATCH] fix bugs, added comments --- geni/slicemgr.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'] -- 2.47.0