7 lines
202 B
Python
7 lines
202 B
Python
import openstack.cloud
|
|
openstack.cloud.simple_logging(http_debug=True)
|
|
|
|
cloud = openstack.cloud.openstack_cloud(
|
|
cloud='datacentred', app_name='AmazingApp', app_version='1.0')
|
|
cloud.list_networks()
|