]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
lock: -m alias for --machine-type 984/head
authorSage Weil <sage@redhat.com>
Tue, 15 Nov 2016 19:01:04 +0000 (14:01 -0500)
committerSage Weil <sage@redhat.com>
Tue, 15 Nov 2016 19:01:04 +0000 (14:01 -0500)
Just like suite.py.

Signed-off-by: Sage Weil <sage@redhat.com>
scripts/lock.py

index a8071825ae5ba8258071bc2bb01532b4cae4c884..6d4b9e168b5fe9c4041450d03cf1ca545713373d 100644 (file)
@@ -118,7 +118,7 @@ def parse_args(argv):
         help='lock description',
     )
     parser.add_argument(
-        '--machine-type',
+        '-m', '--machine-type',
         default=None,
         help='Type of machine to lock, valid choices: mira | plana | ' +
         'burnupi | vps | saya | tala',