From ca45f49c2ef756dd3f6c4befbcf457f67d8976d1 Mon Sep 17 00:00:00 2001 From: Dmitriy Smirnov Date: Mon, 3 Jun 2024 18:11:40 +0300 Subject: [PATCH] Fix logic of frontends creating in DecortController._lb_add_fronts method --- module_utils/decort_utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module_utils/decort_utils.py b/module_utils/decort_utils.py index 167d213..f3fd6fa 100644 --- a/module_utils/decort_utils.py +++ b/module_utils/decort_utils.py @@ -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