31 |
|
with real scheduler |
32 |
|
""" |
33 |
|
self.rb_param_file='' |
34 |
< |
if (cfg_params.has_key('EDG.rb')): |
34 |
> |
if (not cfg_params.has_key('EDG.rb')): |
35 |
|
cfg_params['EDG.rb']='CERN' |
36 |
|
self.rb_param_file=common.scheduler.rb_configure(cfg_params.get("EDG.rb")) |
37 |
|
self.wms_service=cfg_params.get("EDG.wms_service",'') |
38 |
< |
self.skipWMSAuth=cfg_params.get("EDG.skipwmsauth",0) |
38 |
> |
self.skipWMSAuth=cfg_params.get("EDG.skipwmsauth",1) |
39 |
|
params = { 'service' : self.wms_service, \ |
40 |
|
'config' : self.rb_param_file, \ |
41 |
|
'skipWMSAuth' : self.skipWMSAuth |