|
|
@ -592,9 +592,9 @@ def main():
|
|
|
|
is_routing = dict(type='bool', choices=BOOLEANS, default=False),
|
|
|
|
is_routing = dict(type='bool', choices=BOOLEANS, default=False),
|
|
|
|
checksum = dict(default=None),
|
|
|
|
checksum = dict(default=None),
|
|
|
|
template_filter = dict(default='self', choices=['featured', 'self', 'selfexecutable', 'sharedexecutable', 'executable', 'community']),
|
|
|
|
template_filter = dict(default='self', choices=['featured', 'self', 'selfexecutable', 'sharedexecutable', 'executable', 'community']),
|
|
|
|
hypervisor = dict(choices=['KVM', 'VMware', 'BareMetal', 'XenServer', 'LXC', 'HyperV', 'UCS', 'OVM', 'Simulator'], default=None),
|
|
|
|
hypervisor = dict(choices=CS_HYPERVISORS, default=None),
|
|
|
|
requires_hvm = dict(type='bool', choices=BOOLEANS, default=False),
|
|
|
|
requires_hvm = dict(type='bool', default=False),
|
|
|
|
password_enabled = dict(type='bool', choices=BOOLEANS, default=False),
|
|
|
|
password_enabled = dict(type='bool', default=False),
|
|
|
|
template_tag = dict(default=None),
|
|
|
|
template_tag = dict(default=None),
|
|
|
|
sshkey_enabled = dict(type='bool', choices=BOOLEANS, default=False),
|
|
|
|
sshkey_enabled = dict(type='bool', choices=BOOLEANS, default=False),
|
|
|
|
format = dict(choices=['QCOW2', 'RAW', 'VHD', 'OVA'], default=None),
|
|
|
|
format = dict(choices=['QCOW2', 'RAW', 'VHD', 'OVA'], default=None),
|
|
|
|