Pastebin
Paste #1725: No description
< previous paste - next paste>
Pasted by chrivers
#!/usr/bin/python
import libvirt
c = libvirt.open(None)
d = c.lookupByName('11-test1.sikkerhed.org')
print repr(c.migrate(d, libvirt.VIR_MIGRATE_LIVE, None, '10.0.0.110', 0))
New Paste
Go to most recent paste.