From bca5988ffa2492456ed88fc10258adda36e80024 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 26 Feb 2015 11:26:15 -0500 Subject: [PATCH] remove unused variable assignment Signed-off-by: Alfredo Deza (cherry picked from commit 9df27f7a1040dae69ef65122d13d1640cb1b6a66) --- tasks/ceph_deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/ceph_deploy.py b/tasks/ceph_deploy.py index fbfc01f69d06b..058a798e05256 100644 --- a/tasks/ceph_deploy.py +++ b/tasks/ceph_deploy.py @@ -213,7 +213,7 @@ def build_ceph_cluster(ctx, config): # If the following fails, it is OK, it might just be that the monitors # are taking way more than a minute/monitor to form quorum, so lets # try the next block which will wait up to 15 minutes to gatherkeys. - estatus_mon = execute_ceph_deploy(ctx, config, mon_create_nodes) + execute_ceph_deploy(ctx, config, mon_create_nodes) estatus_gather = execute_ceph_deploy(ctx, config, gather_keys) max_gather_tries = 90 -- 2.39.5