
Initial docs for workflow. Doesn't include a user guide as I don't know how to use it. Change-Id: I7fa19fbb4cd6684782b8fc7a424d871a8b5d93ad
17 lines
458 B
ReStructuredText
17 lines
458 B
ReStructuredText
Workflow API
|
|
============
|
|
|
|
For details on how to use block_store, see :doc:`/users/guides/block_store`
|
|
|
|
.. automodule:: openstack.workflow.v2._proxy
|
|
|
|
The Workflow Class
|
|
------------------
|
|
|
|
The workflow high-level interface is available through the ``workflow``
|
|
member of a :class:`~openstack.connection.Connection` object.
|
|
The ``workflow`` member will only be added if the service is detected.
|
|
|
|
.. autoclass:: openstack.workflow.v2._proxy.Proxy
|
|
:members:
|