c7testvm: Remove os-type virt-install argument
This argument is no longer supported; the `--os-variant` argument made it redundant anyway.master
parent
faa32d2446
commit
e1f4fea9df
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue