549 B
549 B
Usage
To use openstack.cloud in a project:
import openstack.cloudNote
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