Metadata-Version: 2.1
Name: mistral
Version: 9.1.0
Summary: Mistral Project
Home-page: https://docs.openstack.org/mistral/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
License: Apache License, Version 2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Requires-Dist: alembic (>=0.8.10)
Requires-Dist: aodhclient (>=0.9.0)
Requires-Dist: Babel (!=2.4.0,>=2.3.4)
Requires-Dist: croniter (>=0.3.4)
Requires-Dist: cachetools (>=2.0.0)
Requires-Dist: dogpile.cache (>=0.6.2)
Requires-Dist: eventlet (!=0.20.1,!=0.21.0,!=0.23.0,!=0.25.0,>=0.20.0)
Requires-Dist: gnocchiclient (>=3.3.1)
Requires-Dist: Jinja2 (>=2.10)
Requires-Dist: keystonemiddleware (>=4.18.0)
Requires-Dist: kombu (!=4.0.2,>=4.6.1)
Requires-Dist: mistral-lib (>=1.2.0)
Requires-Dist: oslo.concurrency (>=3.26.0)
Requires-Dist: oslo.config (>=5.2.0)
Requires-Dist: oslo.context (>=2.20.0)
Requires-Dist: oslo.db (>=4.27.0)
Requires-Dist: oslo.i18n (>=3.15.3)
Requires-Dist: oslo.messaging (>=5.29.0)
Requires-Dist: oslo.middleware (>=3.31.0)
Requires-Dist: oslo.policy (>=1.30.0)
Requires-Dist: oslo.utils (>=3.37.0)
Requires-Dist: oslo.log (>=3.36.0)
Requires-Dist: oslo.serialization (!=2.19.1,>=2.18.0)
Requires-Dist: oslo.service (!=1.28.1,>=1.24.0)
Requires-Dist: osprofiler (>=1.4.0)
Requires-Dist: paramiko (>=2.0.0)
Requires-Dist: pbr (!=2.1.0,>=2.0.0)
Requires-Dist: pecan (>=1.2.1)
Requires-Dist: python-barbicanclient (>=4.5.2)
Requires-Dist: python-cinderclient (!=4.0.0,>=3.3.0)
Requires-Dist: python-zaqarclient (>=1.0.0)
Requires-Dist: python-designateclient (>=2.7.0)
Requires-Dist: python-glanceclient (>=2.8.0)
Requires-Dist: python-glareclient (>=0.3.0)
Requires-Dist: python-heatclient (>=1.10.0)
Requires-Dist: python-keystoneclient (>=3.8.0)
Requires-Dist: python-mistralclient (!=3.2.0,>=3.1.0)
Requires-Dist: python-manilaclient (>=1.23.0)
Requires-Dist: python-magnumclient (>=2.1.0)
Requires-Dist: python-muranoclient (>=0.8.2)
Requires-Dist: python-neutronclient (>=6.7.0)
Requires-Dist: python-novaclient (>=9.1.0)
Requires-Dist: python-senlinclient (>=1.1.0)
Requires-Dist: python-swiftclient (>=3.2.0)
Requires-Dist: python-tackerclient (>=0.8.0)
Requires-Dist: python-troveclient (>=2.2.0)
Requires-Dist: python-ironicclient (!=2.7.1,!=3.0.0,>=2.7.0)
Requires-Dist: python-ironic-inspector-client (>=1.5.0)
Requires-Dist: python-vitrageclient (>=2.0.0)
Requires-Dist: python-zunclient (>=3.4.0)
Requires-Dist: python-qinlingclient (>=1.0.0)
Requires-Dist: PyJWT (>=1.0.1)
Requires-Dist: PyYAML (>=3.12)
Requires-Dist: requests (>=2.14.2)
Requires-Dist: tenacity (>=5.0.1)
Requires-Dist: six (>=1.10.0)
Requires-Dist: SQLAlchemy (>=1.2.5)
Requires-Dist: stevedore (>=1.20.0)
Requires-Dist: WSME (>=0.8.0)
Requires-Dist: yaql (>=1.1.3)
Requires-Dist: tooz (>=1.58.0)
Requires-Dist: zake (>=0.1.6)
Requires-Dist: networkx (<2.3,>=1.10) ; (python_version<'3.0')
Requires-Dist: networkx (>=2.3) ; (python_version>='3.4')

========================
Team and repository tags
========================

.. image:: https://governance.openstack.org/tc/badges/mistral.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

Mistral
=======

Workflow Service for OpenStack cloud. This project aims to provide a mechanism
to define tasks and workflows without writing code, manage and execute them in
the cloud environment.

Project Resources
-----------------

* `Mistral Official Documentation <https://docs.openstack.org/mistral/latest/>`_

    * `Installation Guide <https://docs.openstack.org/mistral/latest/install/installation_guide.html#>`_

    * `Configuration Guide <https://docs.openstack.org/mistral/latest/configuration/config-guide.html>`_

    * `Workflow Language Specification <https://docs.openstack.org/mistral/latest/user/wf_lang_v2.html>`_

* Project status, bugs, and blueprints are tracked on
  `Launchpad <https://launchpad.net/mistral/>`_

* CloudFlow: visualization tool for workflow executions on https://github.com/nokia/CloudFlow

* Additional resources are linked from the project
  `Wiki <https://wiki.openstack.org/wiki/Mistral/>`_ page

* Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0

* Release notes for the project can be found at:
  https://docs.openstack.org/releasenotes/mistral/



