after starting the registry call registry.loadCredential()
authorTony Mack <tmack@cs.princeton.edu>
Mon, 23 Mar 2009 18:39:15 +0000 (18:39 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Mon, 23 Mar 2009 18:39:15 +0000 (18:39 +0000)
geni/plc.py

index a9322ad..1fc55a3 100644 (file)
@@ -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):