
This change cleans up a couple of minor doc warnings that don't usually get caught. I'm making this small change now so that I can turn on warnings_as_errors in the enforcer script. Change-Id: Ib0100116a4f7a38ad882d20a56ae99d15d49766a
34 lines
1.2 KiB
ReStructuredText
34 lines
1.2 KiB
ReStructuredText
Workflow API
|
|
============
|
|
|
|
.. 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.
|
|
|
|
Workflow Operations
|
|
^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. autoclass:: openstack.workflow.v2._proxy.Proxy
|
|
|
|
.. automethod:: openstack.workflow.v2._proxy.Proxy.create_workflow
|
|
.. automethod:: openstack.workflow.v2._proxy.Proxy.delete_workflow
|
|
.. automethod:: openstack.workflow.v2._proxy.Proxy.get_workflow
|
|
.. automethod:: openstack.workflow.v2._proxy.Proxy.find_workflow
|
|
.. automethod:: openstack.workflow.v2._proxy.Proxy.workflows
|
|
|
|
Execution Operations
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. autoclass:: openstack.workflow.v2._proxy.Proxy
|
|
|
|
.. automethod:: openstack.workflow.v2._proxy.Proxy.create_execution
|
|
.. automethod:: openstack.workflow.v2._proxy.Proxy.delete_execution
|
|
.. automethod:: openstack.workflow.v2._proxy.Proxy.get_execution
|
|
.. automethod:: openstack.workflow.v2._proxy.Proxy.find_execution
|
|
.. automethod:: openstack.workflow.v2._proxy.Proxy.executions
|