aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sfc/lib/odl_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfc/lib/odl_utils.py b/sfc/lib/odl_utils.py
index ea9f1bc2..a60fb557 100644
--- a/sfc/lib/odl_utils.py
+++ b/sfc/lib/odl_utils.py
@@ -411,6 +411,7 @@ def check_vnffg_deletion(odl_ip, odl_port, ovs_logger, neutron_ports,
compute = find_compute(compute_client_name, compute_nodes)
except Exception as e:
logger.debug("There was an error getting the compute: %s" % e)
+ return False
retries_counter = retries