Projet

Général

Profil

0001-hobo-ignore-secondary-services-29669.patch

Frédéric Péters, 11 janvier 2019 15:18

Télécharger (927 octets)

Voir les différences:

Subject: [PATCH] hobo: ignore secondary services (#29669)

 wcs/ctl/check_hobos.py | 2 ++
 1 file changed, 2 insertions(+)
wcs/ctl/check_hobos.py
395 395
                continue
396 396

  
397 397
            api_secrets[domain] = self.shared_secret(current_service.get('secret_key'), service.get('secret_key'))
398
            if service.get('secondary'):
399
                continue
398 400
            if service.get('service-id') == 'combo':
399 401
                if service.get('template_name') == 'portal-agent':
400 402
                    variables['portal_agent_url'] = service_url
401
-