Sign in
apache
/
libcloud
/
refs/heads/github_actions_wip
/
.
/
docs
/
examples
/
compute
/
cloudframes
/
auth_url.py
blob: df1cee5f09f3540eafa5f2f771a484a2e8340788 [
file
]
from
libcloud
.
compute
.
types
import
Provider
from
libcloud
.
compute
.
providers
import
get_driver
CloudFrames
=
get_driver
(
Provider
.
CLOUDFRAMES
)
driver
=
CloudFrames
(
url
=
'http://admin:admin@cloudframes:80/appserver/xmlrpc'
)