- Increase the level of docs around why the persistence objects exist and what they are used for and how an engine interacts with persistence objects to accomplish the wider goals. - Pass backend conf as arg, not kwarg and to match with the other fetch/load functions allow for providing a kwargs which can be used for backend specific params. Change-Id: Ia83e63196bcfcc966f68212f84f79a1e9f18e8bc
33 lines
504 B
ReStructuredText
33 lines
504 B
ReStructuredText
TaskFlow
|
|
========
|
|
|
|
TaskFlow is a Python library for OpenStack that helps make task execution easy, consistent, and reliable.
|
|
|
|
TaskFlow documentation is hosted on wiki: https://wiki.openstack.org/wiki/TaskFlow
|
|
|
|
Contents
|
|
========
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
atoms
|
|
arguments_and_results
|
|
patterns
|
|
engines
|
|
jobs
|
|
inputs_and_outputs
|
|
notifications
|
|
persistence
|
|
exceptions
|
|
utils
|
|
states
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|