stable/2025.1
Calling setup_db is creating the db structure if missing (because it's
calling models.Workbook.metadata.create_all after).
This is not what we want since we want the operator to manage the
creation of the db using mistral-db-manage like any other regular
openstack service.
I suspect that this call was mostly useful for tests.
This is a real issue in production because it create the DB structure
without using the correct alembic migration path (and thus,
alembic_version table is missing).
Change-Id: I51f4128dd023846a4406cd1b414a56d741035483
Signed-off-by: Arnaud M <arnaud.morin@gmail.com>
(cherry picked from commit 8be59adc38)
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
99%
Shell
0.9%