From 65c448f49484551f2e7db5316b6dbe2b97bb0f2c Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Thu, 9 Feb 2006 20:42:06 +0000 Subject: change the new cobalt proxy code to use /etc/bcfg2.conf git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1727 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/Proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/Client/Proxy.py b/src/lib/Client/Proxy.py index d300eac72..3e3440da7 100644 --- a/src/lib/Client/Proxy.py +++ b/src/lib/Client/Proxy.py @@ -10,7 +10,7 @@ class CobaltComponentError(Exception): class SafeProxy: '''Wrapper for proxy''' _cfile = ConfigParser.ConfigParser() - _cfile.read(['/etc/cobalt.conf']) + _cfile.read(['/etc/bcfg2.conf']) _components = _cfile._sections['components'] _authinfo = ('root', _cfile.get('communication', 'password')) _retries = 4 -- cgit v1.2.3-1-g7c22