# | Line 73 | Line 73 | class DLSInfo: | |
---|---|---|
73 | except KeyError: | |
74 | endpoint="lxgate10.cern.ch:18081" | |
75 | elif type=="DLS_TYPE_DBS": | |
76 | + | # |
77 | + | # use dbs_url as dls_endpoint if dls_type is dbs |
78 | + | # |
79 | try: | |
80 | < | endpoint=self.cfg_params['CMSSW.dls_endpoint'] |
80 | > | endpoint=self.cfg_params['CMSSW.dbs_url'] |
81 | except KeyError: | |
82 | endpoint="http://cmsdbsprod.cern.ch/cms_dbs_prod_global/servlet/DBSServlet" | |
83 | else: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |