
Mistral is a service, without a public Python API (other than the actions api which is being moved out). Therefore including the Python code in the documentation isn't useful. While it is present, it often comes up in search results which will be confusing for most users. Change-Id: Ib9d5e1a7baecf70d8e224cff470f968012317edd
70 lines
957 B
ReStructuredText
70 lines
957 B
ReStructuredText
Welcome to Mistral's documentation!
|
|
===================================
|
|
|
|
Mistral is the OpenStack workflow service. This project aims to provide
|
|
a mechanism to define tasks and workflows without writing code, manage
|
|
and execute them in the cloud environment.
|
|
|
|
Overview
|
|
--------
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
overview
|
|
quickstart
|
|
architecture
|
|
terminology/index
|
|
main_features
|
|
cookbooks
|
|
|
|
User guide
|
|
----------
|
|
|
|
**Installation**
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
guides/installation_guide
|
|
guides/configuration_guide
|
|
guides/dashboard_guide
|
|
guides/upgrade_guide
|
|
guides/mistralclient_guide
|
|
|
|
**API**
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
developer/webapi/index
|
|
|
|
**DSL**
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
dsl/index
|
|
|
|
**CLI**
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
guides/cli_guide
|
|
|
|
Developer guide
|
|
---------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
developer/index
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|
|
|