
We don't want these where they look like supported interfaces just yet. Move them below openstack.cloud. Change-Id: I653e5aaba8084e8c226fd0e787dfff01050e7a6c
608 B
608 B
Usage
To use openstack.cloud in a project:
import openstack.cloud
Note
API methods that return a description of an OpenStack resource (e.g.,
server instance, image, volume, etc.) do so using a munch.Munch object from the Munch library. Munch objects can be accessed using either
dictionary or object notation (e.g., server.id
,
image.name
and server['id']
,
image['name']
)
openstack.cloud.OpenStackCloud
openstack.cloud.OperatorCloud