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
This commit is contained in:
2024-06-03 15:14:13 +00:00

View File

@@ -4580,7 +4580,8 @@ class DecortController(object):
bind['address']if "address" in bind else bind_ip,
bind['port'],
)
return
return
def _lb_create_backends(self,back_list,mod_backs,mod_serv):
'''
Create backends and add servers to them