From 60b1a798bfa59b2914c35665be1a803029fc377e Mon Sep 17 00:00:00 2001 From: Difrex Date: Tue, 9 Aug 2016 16:34:52 +0300 Subject: [PATCH] aditional comments --- surok/discovery.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/surok/discovery.py b/surok/discovery.py index 5f93c9b..a3d070e 100644 --- a/surok/discovery.py +++ b/surok/discovery.py @@ -15,9 +15,12 @@ def resolve(app, conf): for service in services: hosts[service['name']] = [] + # Check group configuration if group is not None: pass else: + # Load group from service config + # /etc/surok/conf.d/service_conf.json group = service['group'] try: