From 2732451b97d65ff1447a818b0cde8442b0522747 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 23 Mar 2009 18:39:15 +0000 Subject: [PATCH] after starting the registry call registry.loadCredential() --- geni/plc.py | 1 + 1 file changed, 1 insertion(+) 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): -- 2.43.0