Commit 50790390 by Guba Sándor

driver: changing parameters restore and save

parent 4d2840b4
......@@ -221,7 +221,7 @@ def save(name, path):
@celery.task
@req_connection
@wrap_libvirtError
def restore(path, name):
def restore(name, path):
'''Restore a saved virtual machine
from the memory image stored at path.'''
connection.restore(path)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment