c7testvm: Remove os-type virt-install argument

This argument is no longer supported; the `--os-variant` argument made
it redundant anyway.
master
Dustin 2017-04-06 10:49:44 -05:00
parent faa32d2446
commit e1f4fea9df
1 changed files with 0 additions and 1 deletions

View File

@ -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,