Add release notes for mistral_api_use_uwsgi

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_mistral/+/849716
Change-Id: Ic6829cf816a3924fbaaa5b86422bfbc3851afc95
This commit is contained in:
Danila Balagansky 2022-07-14 13:38:42 +03:00
parent 05b37e5542
commit cc9b8443a6
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
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.