Projet

Général

Profil

0001-misc-don-t-let-hobo-automatically-set-welco_url-3168.patch

Frédéric Péters, 25 mars 2019 11:07

Télécharger (924 octets)

Voir les différences:

Subject: [PATCH] misc: don't let hobo automatically set welco_url (#31683)

 wcs/ctl/check_hobos.py | 2 --
 1 file changed, 2 deletions(-)
wcs/ctl/check_hobos.py
445 445
                continue
446 446
            if service.get('service-id') == 'fargo':
447 447
                config.set('options', 'fargo_url', service.get('base_url'))
448
            if service.get('service-id') == 'welco':
449
                config.set('options', 'welco_url', service.get('base_url'))
450 448

  
451 449
        try:
452 450
            portal_agent_url = config.get('variables', 'portal_agent_url')
453
-