Workflow Service for OpenStack.
Go to file
Tobias Urdin 0958cb2366 Fix sorting error when type is different
There was a logical flaw where we compared types
that were different causing a TypeError.

There was also a flaw in that we default to the
name of the action when sorting if the key does
not exist, to compare the data both value should
come from the same key as well otherwise they
should be treated as not equal since the data
cannot be.

Change-Id: Idcb276912582bb097dc5c1c9692facde63d5886b
(cherry picked from commit b6a47992e7)
2024-01-22 16:29:38 +00:00
api-ref/source remove unicode from code 2022-08-12 14:41:59 +00:00
devstack Change python-nose package name in devstack 2020-08-23 10:55:56 +00:00
doc remove unicode from code 2022-08-12 14:41:59 +00:00
etc Implement policy in code - event trigger (11) 2017-11-27 02:47:50 +00:00
mistral Fix sorting error when type is different 2024-01-22 16:29:38 +00:00
playbooks [ussuri][goal] Drop python 2.7 support and testing 2019-11-16 14:07:57 +00:00
rally-jobs added a new realcase scenario to rally and clean leftovers 2020-05-07 21:15:31 +00:00
releasenotes Merge "Update type of 'description' field to 'text' for table workflow_executions_v2" 2022-09-09 10:32:18 +00:00
tools Remove references to sys.version_info 2021-07-10 06:20:08 +00: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 Update .gitreview for stable/zed 2022-09-16 15:19:53 +00:00
.stestr.conf Switch to using stestr 2018-05-30 14:46:25 -04:00
.zuul.yaml Update zuul queue configuration 2022-09-29 13:24:22 +00:00
CONTRIBUTING.rst [ussuri][goal] Add project specific contributor docs 2020-04-17 15:19:36 +07: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 Fix readme 2020-02-27 17:49:19 +07:00
bindep.txt Add bindep.txt file for binary dependencies used in unit tests 2019-06-27 14:15:29 +00:00
requirements.txt [goal] Deprecate the JSON formatted policy file 2020-12-22 16:47:46 +07:00
run_tests.sh Cap psycopg2 to 2.8.3 2019-10-23 09:26:22 +00:00
setup.cfg Update python testing as per zed cycle testing runtime 2022-08-12 20:57:06 +09:00
setup.py Updated from global requirements 2017-03-03 10:17:44 +00:00
test-requirements.txt remove unicode from code 2022-08-12 14:41:59 +00:00
tox.ini Update TOX_CONSTRAINTS_FILE for stable/zed 2022-09-16 15:19:54 +00:00

README.rst

Team and repository tags

image

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