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