Workflow Service for OpenStack.
Go to file
Renat Akhmerov 753f1bc03f Fix YAQL engine initialization
* When Mistral is launched via launch.py script then YAQL engine class
  initialization logic doesn't use the right properties from the config
  file. This is because this initialization is caused by the chain of
  imports taking its start in launch.py, and this happens before
  the config file is parsed in the main() function of launch.py.
  Using lazy initialization of YAQL engine class (YAQL_ENGINE in
  yaql_expression.py module) solves this issue because now Mistral
  doesn't initialize it immediately before parsing the config and
  waits for the first usage of it.
* Minor style changes per Mistral coding guidelines.

Change-Id: If3367493803b57ef8bc281b1f64f2a223ac86f85
Closes-Bug: #1864785
2020-02-26 11:53:47 +07:00
api-ref/source Remove the invalid toctree 2018-01-31 04:16:42 +00:00
devstack Set tempest configuration to support service api 2020-01-27 10:48:56 +02:00
doc Merge "Adjust images in the docs and other small fixes" 2020-01-27 09:44:13 +00:00
etc Implement policy in code - event trigger (11) 2017-11-27 02:47:50 +00:00
mistral Fix YAQL engine initialization 2020-02-26 11:53:47 +07:00
playbooks [ussuri][goal] Drop python 2.7 support and testing 2019-11-16 14:07:57 +00:00
rally-jobs Reduce the concurrency in the 500 wb join Rally task 2018-10-17 09:36:29 +01:00
releasenotes Release note for "convert_output_data" config option 2020-02-19 09:27:25 +00:00
tools Designate uses only v2 2020-01-06 14:44:25 +02:00
.coveragerc Exclude .tox folder from coverage report 2016-12-19 03:33:29 +00:00
.dockerignore Update default Docker configuration and documentation 2018-06-10 19:21:18 -05:00
.gitignore Update default Docker configuration and documentation 2018-06-10 19:21:18 -05:00
.gitreview OpenDev Migration Patch 2019-04-19 19:37:05 +00:00
.stestr.conf Switch to using stestr 2018-05-30 14:46:25 -04:00
.zuul.yaml Make tripleO CI job non-voting 2020-02-18 09:46:00 +00:00
CONTRIBUTING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 15:44:25 +08:00
HACKING.rst Fix the pep8 commands failed 2017-07-27 22:15:12 +08:00
LICENSE Adding license and authors file 2013-12-30 13:11:49 +07:00
README.rst Add Source links to readme 2019-10-18 12:42:12 +08:00
bindep.txt Add bindep.txt file for binary dependencies used in unit tests 2019-06-27 14:15:29 +00:00
lower-constraints.txt Disable key sorting in workflow definition 2020-01-21 00:40:26 +03:00
requirements.txt Disable key sorting in workflow definition 2020-01-21 00:40:26 +03:00
run_tests.sh Cap psycopg2 to 2.8.3 2019-10-23 09:26:22 +00:00
setup.cfg [ussuri][goal] Drop python 2.7 support and testing 2019-11-16 14:07:57 +00:00
setup.py Updated from global requirements 2017-03-03 10:17:44 +00:00
test-requirements.txt Update hacking and fix warnings 2020-01-02 17:18:38 +02:00
tox.ini Update hacking and fix warnings 2020-01-02 17:18:38 +02:00

README.rst

Team and repository tags

image

Mistral

Workflow Service for OpenStack cloud. This project aims to provide a mechanism to define tasks and workflows without writing code, manage and execute them in the cloud environment.

Project Resources