
Mistral uses tooz coordination only for /v2/services endpoint, which is giving the list of mistral services running per workers. This is not enabled by default and need a backend_url to be set in config for this feature to be enabled. During the eventlet removal, we identified that some drivers in tooz rely on the fact eventlet monkeypatching is enabled. Since we want to get rid of eventlet, and because we think this services endpoint is not widely used, let's deprecate that feature so we can move forward with eventlet removal. All coordination code may be deleted during the next cycle. Related-bug: #2099954 Change-Id: Ia1a27d196b03297e25388b22181cc37f74837fa8 Signed-off-by: Arnaud M <arnaud.morin@gmail.com>
Team and repository tags
Mistral
Workflow Service integrated with OpenStack. This project aims to provide a mechanism to define tasks and workflows in a simple YAML-based language, manage and execute them in a distributed environment.
Project Resources
Mistral Official Documentation
Project status, bugs, and blueprints are tracked on Launchpad
CloudFlow: visualization tool for workflow executions on https://github.com/nokia/CloudFlow
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/
Source for the project can be found at: https://opendev.org/openstack/mistral
WSGI app is located in mistral/api/wsgi.py
Description
Languages
Python
98.9%
Shell
1%