]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Remove default for --os-type
authorZack Cerza <zack.cerza@inktank.com>
Mon, 29 Sep 2014 21:00:06 +0000 (15:00 -0600)
committerZack Cerza <zack.cerza@inktank.com>
Tue, 30 Sep 2014 16:41:29 +0000 (10:41 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
scripts/lock.py

index 964f79b82cfde55275fc4c70eb052ef2de27d610..2511ddf39204fa574fc47544b3d1983f8a3d80e4 100644 (file)
@@ -150,7 +150,7 @@ def parse_args():
     )
     parser.add_argument(
         '--os-type',
-        default='ubuntu',
+        default=None,
         help='OS type (distro)',
     )
     parser.add_argument(