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