Skip to content
Snippets Groups Projects
Commit a59b0dc4 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

move-instance: Pass OS parameters to new instance


Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent 529a8d17
No related branches found
No related tags found
No related merge requests found
......@@ -490,7 +490,8 @@ class MoveDestExecutor(object):
source_x509_ca=expinfo["x509_ca"],
source_instance_name=instance["name"],
beparams=instance["be_instance"],
hvparams=instance["hv_instance"])
hvparams=instance["hv_instance"],
osparams=instance["os_instance"])
class MoveSourceExecutor(object):
......
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