Merge branch 'hvm' of 10.141.1.101:/var/lib/qubes/git/marmarek/core into hvm
This commit is contained in:
commit
de8b88cb4b
@ -106,7 +106,7 @@ def main():
|
|||||||
print >> sys.stderr, "A VM with the name '{0}' already exists in the system.".format(vmname)
|
print >> sys.stderr, "A VM with the name '{0}' already exists in the system.".format(vmname)
|
||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
template_vm = None
|
template = None
|
||||||
if options.template is not None:
|
if options.template is not None:
|
||||||
template = qvm_collection.get_vm_by_name(options.template)
|
template = qvm_collection.get_vm_by_name(options.template)
|
||||||
if template is None:
|
if template is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user