Sign in
apache
/
libcloud
/
trunk
/
.
/
docs
/
examples
/
compute
/
cloudsigma
/
connect_to_api_1_0.py
blob: 46cc6909a10328ae1be27de4b798e102458fd872 [
file
]
from
libcloud
.
compute
.
types
import
Provider
from
libcloud
.
compute
.
providers
import
get_driver
cls
=
get_driver
(
Provider
.
CLOUDSIGMA
)
driver
=
cls
(
"username"
,
"password"
,
region
=
"zrh"
,
api_version
=
"1.0"
)