104
105
def create_vm(name_label, status,
105
106
is_a_template=False, is_control_domain=False):
106
108
return _create_object('VM',
107
109
{'name_label': name_label,
109
112
'is_a_template': is_a_template,
110
113
'is_control_domain': is_control_domain})