Merge branch 'BANS-326' into 'dev_rc-5.2.6'

Fix logic of frontends creating in DecortController._lb_add_fronts method

See merge request rudecs/dev/decort-ansible!54
rc-5.3.0^2
commit af6eff33f7

@ -4580,6 +4580,7 @@ class DecortController(object):
bind['address']if "address" in bind else bind_ip, bind['address']if "address" in bind else bind_ip,
bind['port'], bind['port'],
) )
return return
def _lb_create_backends(self,back_list,mod_backs,mod_serv): def _lb_create_backends(self,back_list,mod_backs,mod_serv):
''' '''

Loading…
Cancel
Save