Sign in
apache
/
libcloud
/
refs/heads/github_actions_wip
/
.
/
docs
/
examples
/
compute
/
libvirt
/
connect_virtualbox.py
blob: af2c3de197b0bda5e615fb1b3ed122844da7113f [
file
]
from
libcloud
.
compute
.
types
import
Provider
from
libcloud
.
compute
.
providers
import
get_driver
cls
=
get_driver
(
Provider
.
LIBVIRT
)
driver
=
cls
(
uri
=
'vbox:///session'
)