From 7a1c232c561d1e5588d48c82efd4bdf566965b84 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Mon, 24 Oct 2005 21:22:15 +0000 Subject: switch to new-style cobalt code (Logical change 1.343) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1418 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/XMLRPCComm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/Client/XMLRPCComm.py b/src/lib/Client/XMLRPCComm.py index 83e99795b..3485e7fc2 100644 --- a/src/lib/Client/XMLRPCComm.py +++ b/src/lib/Client/XMLRPCComm.py @@ -16,7 +16,7 @@ class comm_lib(object): def __init__(self): self.cf = ConfigParser() self.cf.read('/etc/bcfg2.conf') - location = self.cf.get("communication", "url") + location = self.cf.get("components", "bcfg2") self.proxy = ServerProxy(location, SSL_Transport()) self.user = 'root' self.password = self.cf.get("communication", "password") -- cgit v1.2.3-1-g7c22