Fix logic of frontends creating in DecortController._lb_add_fronts method
This commit is contained in:
@@ -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):
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user