Skip to content
Snippets Groups Projects
Commit 96bb2f71 authored by Manuel Franceschini's avatar Manuel Franceschini
Browse files

Fix burnin ImportExport CreateInstance opcode

This patch adds the two attributes file_storage_dir and file_driver
to the CreateInstance opcode in the ImportExport method, since
otherwise it will fail with the file storage patches.

Reviewed-by: iustinp
parent 6d54548e
No related branches found
No related tags found
No related merge requests found
......@@ -305,7 +305,9 @@ class Burner(object):
start=True,
ip_check=True,
wait_for_sync=True,
mac="auto")
mac="auto",
file_storage_dir=None,
file_driver=None)
erem_op = opcodes.OpRemoveExport(instance_name=instance)
Log("- Export instance %s to node %s" % (instance, enode))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment