Source: mistral-extra Section: python Priority: optional Maintainer: Debian OpenStack Uploaders: Thomas Goirand , Build-Depends: debhelper-compat (= 11), dh-python, openstack-pkg-tools, python3-all, python3-pbr, python3-setuptools, Build-Depends-Indep: alembic, python3-alembic, python3-aodhclient, python3-barbicanclient, python3-cinderclient, python3-coverage, python3-designateclient, python3-fixtures, python3-flask, python3-glanceclient, python3-gnocchiclient, python3-hacking, python3-heatclient, python3-ironic-inspector-client, python3-ironicclient, python3-keystoneauth1, python3-keystoneclient, python3-magnumclient, python3-manilaclient, python3-mistral-lib, python3-mistralclient, python3-neutronclient, python3-novaclient, python3-oauthlib, python3-oslo.config, python3-oslo.log, python3-oslotest, python3-prometheus-client, python3-requests-mock, python3-stestr, python3-swiftclient, python3-tackerclient, python3-troveclient, python3-vitrageclient, python3-yaql, python3-zaqarclient, python3-zunclient, subunit, Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/openstack-team/services/mistral-extra Vcs-Git: https://salsa.debian.org/openstack-team/services/mistral-extra.git Homepage: https://opendev.org/openstack/mistral-extra/ Package: mistral-extra Architecture: all Depends: alembic, python3-alembic, python3-aodhclient, python3-barbicanclient, python3-cinderclient, python3-designateclient, python3-flask, python3-glanceclient, python3-gnocchiclient, python3-heatclient, python3-ironic-inspector-client, python3-ironicclient, python3-keystoneauth1, python3-keystoneclient, python3-magnumclient, python3-manilaclient, python3-mistral-lib, python3-mistralclient, python3-neutronclient, python3-novaclient, python3-oauthlib, python3-oslo.config, python3-oslo.log, python3-pbr, python3-prometheus-client, python3-swiftclient, python3-tackerclient, python3-troveclient, python3-vitrageclient, python3-yaql, python3-zaqarclient, python3-zunclient, ${misc:Depends}, ${python3:Depends}, Description: OpenStack Workflow Service - extra functionalities Mistral is a workflow service. Most business processes consist of multiple distinct interconnected steps that need to be executed in a particular order in a distributed environment. One can describe such process as a set of tasks and task relations and upload such description to Mistral so that it takes care of state management, correct execution order, parallelism, synchronization and high availability. Mistral also provides flexible task scheduling so that it can run a process according to a specified schedule (i.e. every Sunday at 4.00pm) instead of running it immediately. Such set of tasks and relations between them is called a workflow. . This package contains more actions, for example, some OpenStack client.