From: Tony Mack Date: Mon, 23 Mar 2009 18:39:15 +0000 (+0000) Subject: after starting the registry call registry.loadCredential() X-Git-Tag: sfa-0.9-0@14641~553 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2732451b97d65ff1447a818b0cde8442b0522747;hp=a5d41c1efac138a94a114f42be5612cd7b663714;p=sfa.git after starting the registry call registry.loadCredential() --- diff --git a/geni/plc.py b/geni/plc.py index a9322ad4..1fc55a35 100644 --- a/geni/plc.py +++ b/geni/plc.py @@ -111,6 +111,7 @@ def main(): r.trusted_cert_list = TrustedRoots.get_list() r.hierarchy = AuthHierarchy r.start() + r.loadCredential() # start aggregate manager if (options.am):