Sign in
apache
/
libcloud
/
refs/heads/github_actions_wip
/
.
/
docs
/
examples
/
compute
/
cloudframes
/
auth_kwargs.py
blob: c04df681fb518ea720cec318978989e0e54eee0c [
file
]
from
libcloud
.
compute
.
types
import
Provider
from
libcloud
.
compute
.
providers
import
get_driver
CloudFrames
=
get_driver
(
Provider
.
CLOUDFRAMES
)
driver
=
CloudFrames
(
key
=
'admin'
,
secret
=
'admin'
,
secure
=
False
,
host
=
'cloudframes'
,
port
=
80
)