Commit 50790390 by Guba Sándor

driver: changing parameters restore and save

parent 4d2840b4
...@@ -221,7 +221,7 @@ def save(name, path): ...@@ -221,7 +221,7 @@ def save(name, path):
@celery.task @celery.task
@req_connection @req_connection
@wrap_libvirtError @wrap_libvirtError
def restore(path, name): def restore(name, path):
'''Restore a saved virtual machine '''Restore a saved virtual machine
from the memory image stored at path.''' from the memory image stored at path.'''
connection.restore(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