0f6203f303
Change-Id: If8a09f52313c07d12c7fe0da66f6599de3120979
511 B
511 B
Usage
To use shade in a project:
import shade
Warning
Several of the API methods return a dict
that describe a
resource. It is possible to access keys of the dict as an attribute
(e.g., server.id
instead of server['id']
) to
maintain some backward compatibility, but attribute access is
deprecated. New code should assume a normal dictionary and access values
via key.
shade.OpenStackCloud
shade.OperatorCloud