Monty Taylor a4ee1a3f09
Merge tox, tests and other support files
Change-Id: I5a4759e36089f1f4fab0c75412c94d051d8b16a7
2017-10-04 14:51:08 -05:00

23 lines
615 B
ReStructuredText

=====
Usage
=====
To use shade in a project::
import openstack.cloud
For a simple example, see :ref:`example`.
.. 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 <https://github.com/Infinidat/munch>`_. `Munch`
objects can be accessed using either dictionary or object notation
(e.g., ``server.id``, ``image.name`` and ``server['id']``, ``image['name']``)
.. autoclass:: openstack.cloud.OpenStackCloud
:members:
.. autoclass:: openstack.cloud.OperatorCloud
:members: