Sign in
apache
/
libcloud
/
d56eda4c078febce3d4b617b4d76006f92bf1870
/
.
/
docs
/
examples
/
compute
/
libvirt
/
connect_qemu_kvm.py
blob: ac4dfd99a9959c2dcb9f9a8fa39de2367da6db1b [
file
] [
log
] [
blame
]
from
libcloud
.
compute
.
types
import
Provider
from
libcloud
.
compute
.
providers
import
get_driver
cls
=
get_driver
(
Provider
.
LIBVIRT
)
driver
=
cls
(
uri
=
"qemu:///system"
)