openstack-ansible/releasenotes/notes/mistral_wsgi_or_cron_triggers-9c460e895a5bc497.yaml
Dmitriy Rabotyagov b2b61f792e Bump OpenStack-Ansible for Zed release
Change-Id: Ib97bdd1c77649ce8d3a767da6d29edbe9f7c2888
2022-12-14 13:03:44 +00:00

17 lines
654 B
YAML

---
features:
- |
Add ``mistral_api_use_uwsgi`` which allows running mistral-api service
without uWSGI (set to `true` by default).
upgrade:
- |
Along with ``mistral_api_use_uwsgi``, ``cron_trigger.enabled`` would be
set to `false` by default, disabling Cron Triggers on all existing
installations as per `suggestion <https://review.opendev.org/c/openstack/mistral/+/512520>`_.
fixes:
- |
Mistral Cron Triggers do not create Workflow Executions, when mistral-api
service runs within uWSGI, so we introduce ``mistral_api_use_uwsgi``
which bounds Cron Trigger service status with Mistral API execution
environment.