From: Zack Cerza Date: Mon, 29 Sep 2014 21:00:06 +0000 (-0600) Subject: Remove default for --os-type X-Git-Tag: 1.1.0~1140 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=2e9b92a619b6dbd2c3614890126a5dc4216e0166;p=teuthology.git Remove default for --os-type Signed-off-by: Zack Cerza --- diff --git a/scripts/lock.py b/scripts/lock.py index 964f79b82c..2511ddf392 100644 --- a/scripts/lock.py +++ b/scripts/lock.py @@ -150,7 +150,7 @@ def parse_args(): ) parser.add_argument( '--os-type', - default='ubuntu', + default=None, help='OS type (distro)', ) parser.add_argument(