]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
remove unused variable assignment
authorAlfredo Deza <adeza@redhat.com>
Thu, 26 Feb 2015 16:26:15 +0000 (11:26 -0500)
committerAlfredo Deza <adeza@redhat.com>
Thu, 26 Feb 2015 19:02:07 +0000 (14:02 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 9df27f7a1040dae69ef65122d13d1640cb1b6a66)

tasks/ceph_deploy.py

index fbfc01f69d06b4e7f301c3595b902158744354e2..058a798e052562b1e3c3c98545346cd89893521d 100644 (file)
@@ -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