mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-04 17:47:19 +03:00
domain: don't add URI into params for tunneled migration
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1456185 Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
parent
eb47d94308
commit
3b76964365
@ -1596,7 +1596,7 @@ class vmmDomain(vmmLibvirtObject):
|
||||
start_job_progress_thread(self, meter, _("Migrating domain"))
|
||||
|
||||
params = {}
|
||||
if dest_uri:
|
||||
if dest_uri and not tunnel:
|
||||
params[libvirt.VIR_MIGRATE_PARAM_URI] = dest_uri
|
||||
|
||||
if tunnel:
|
||||
|
Loading…
x
Reference in New Issue
Block a user