# Only query for os_type/os_version if non-vps and non-libcloud, since
# in that case we just create them.
vm_types = ['vps'] + teuthology.provision.cloud.get_types()
- reimage_types = teuthology.provision.fog.get_types()
- if machine_type not in vm_types + reimage_types:
+ if machine_type not in vm_types:
if os_type:
data['os_type'] = os_type
if os_version:
unlock_one(ctx, machine, user)
ok_machs = keys.do_update_keys(ok_machs.keys())[1]
return ok_machs
- elif machine_type in reimage_types:
+ else:
reimaged = dict()
console_log_conf = dict(
logfile_name='{shortname}_reimage.log',