From e1f4fea9df00b77e9e6a7da088be1ae646598efa Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 6 Apr 2017 10:49:44 -0500 Subject: [PATCH] c7testvm: Remove os-type virt-install argument This argument is no longer supported; the `--os-variant` argument made it redundant anyway. --- c7testvm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/c7testvm.py b/c7testvm.py index f3678cd..7fb6ae1 100755 --- a/c7testvm.py +++ b/c7testvm.py @@ -199,7 +199,6 @@ def main(): 'cpu': args.cpu, 'location': args.location, 'extra-args': kcmdline, - 'os-type': 'linux', 'os-variant': 'rhel7', 'disk': 'pool={pool},size={size}'.format( pool=args.disk_pool,