Export lb key instead of host key. To be fixed in future, risk of collision. Need...
authorRobert Harakaly <robert.harakaly@cern.ch>
Tue, 7 Dec 2004 20:06:49 +0000 (20:06 +0000)
committerRobert Harakaly <robert.harakaly@cern.ch>
Tue, 7 Dec 2004 20:06:49 +0000 (20:06 +0000)
org.glite.deployment.lb/config/scripts/glite-lb-config.py

index f6b81bc..2c3546b 100644 (file)
@@ -176,8 +176,8 @@ def set_env():
     if not os.path.exists(os.environ['GLITE_LOCATION_TMP']):
         os.mkdir(os.environ['GLITE_LOCATION_TMP'],0755)
 
-    glib.export('GLITE_HOST_CERT',params['host.certificate.file'])
-    glib.export('GLITE_HOST_KEY',params['host.key.file'])
+    glib.export('GLITE_HOST_CERT',params['lb.certificate.file'])
+    glib.export('GLITE_HOST_KEY',params['lb.key.file'])
     glib.export('GLITE_USER','gproduct')
     glib.export('GLOBUS_LOCATION',params['GLOBUS_LOCATION'])
     glib.export('GLITE_CERT_DIR',params['GLITE_CERT_DIR'])