]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
More PEP-8 cleanup
authorZack Cerza <zack@cerza.org>
Tue, 8 Oct 2013 16:40:28 +0000 (11:40 -0500)
committerZack Cerza <zack@cerza.org>
Fri, 11 Oct 2013 00:09:34 +0000 (19:09 -0500)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
scripts/nuke.py

index eae0b06ec2636cfc99b500877443abf185eb6c07..836cf18b2e3df2cb8df3523a8c27d4b905a7c983 100644 (file)
@@ -25,7 +25,7 @@ def parse_args():
         '-v', '--verbose',
         action='store_true', default=None,
         help='be more verbose'
-        )
+    )
     parser.add_argument(
         '-t', '--targets',
         nargs='+',
@@ -34,47 +34,47 @@ def parse_args():
         default={},
         dest='config',
         help='yaml config containing machines to nuke',
-        )
+    )
     parser.add_argument(
         '-a', '--archive',
         metavar='DIR',
         help='archive path for a job to kill and nuke',
-        )
+    )
     parser.add_argument(
         '--owner',
         help='job owner',
-        )
+    )
     parser.add_argument(
         '-p',
         '--pid',
         type=int,
         default=False,
         help='pid of the process to be killed',
-        )
+    )
     parser.add_argument(
         '-r', '--reboot-all',
         action='store_true',
         default=False,
         help='reboot all machines',
-        )
+    )
     parser.add_argument(
         '-s', '--synch-clocks',
         action='store_true',
         default=False,
         help='synchronize clocks on all machines',
-        )
+    )
     parser.add_argument(
         '-u', '--unlock',
         action='store_true',
         default=False,
         help='Unlock each successfully nuked machine, and output targets that'
         'could not be nuked.'
-        )
+    )
     parser.add_argument(
         '-n', '--name',
         metavar='NAME',
         help='Name of run to cleanup'
-        )
+    )
     parser.add_argument(
         '-i', '--noipmi',
         action='store_true', default=False,