|
|
@ -4580,7 +4580,8 @@ 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):
|
|
|
|
'''
|
|
|
|
'''
|
|
|
|
Create backends and add servers to them
|
|
|
|
Create backends and add servers to them
|
|
|
|