Additional tools and examples for Mistral Workflow Service.
Go to file
Ghanshyam Mann 3422e6b27b Fix hacking min version to 3.0.1
flake8 new release 3.8.0 added new checks and gate pep8
job start failing. hacking 3.0.1 fix the pinning of flake8 to
avoid bringing in a new version with new checks.

Though it is fixed in latest hacking but 2.0 and 3.0 has cap for
flake8 as <4.0.0 which mean flake8 new version 3.9.0 can also
break the pep8 job if new check are added.

To avoid similar gate break in future, we need to bump the hacking min
version.

- http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014828.html

Change-Id: I84b77958d7dfeedca44e8718554ede24b006746f
(cherry picked from commit ee4dc0173b)
2020-05-18 18:49:56 +00:00
doc Fix requirements, tox , zuul 2020-01-16 11:54:46 +02:00
examples/v2 Correct the description on a calculator task 2017-04-07 15:07:05 +01:00
mistral_extra Move preinstalled workflows to mistral-extra 2020-02-26 11:02:39 +02:00
releasenotes Move openstack actions to mistral-extra 2020-01-29 12:27:13 +02:00
tools Move openstack actions to mistral-extra 2020-01-29 12:27:13 +02:00
.coveragerc Set up mistral-extra with the ability to run unit tests 2017-03-03 16:29:49 -05:00
.gitignore Switch to using stestr 2018-05-21 18:38:46 -04:00
.gitreview Update .gitreview for stable/ussuri 2020-04-04 16:38:42 +00:00
.stestr.conf Switch to using stestr 2018-05-21 18:38:46 -04:00
.zuul.yaml Move openstack actions to mistral-extra 2020-01-29 12:27:13 +02:00
LICENSE Preparing project skeleton 2014-01-18 01:22:26 -08:00
README.rst Start README.rst with a better title 2019-11-28 10:04:48 +08:00
Vagrantfile Add vagrant environment with devstack and mistral 2014-07-01 17:51:51 +07:00
bootstrap.sh Fix misspell word 2019-09-06 16:19:55 +08:00
local.conf Add vagrant environment with devstack and mistral 2014-07-01 17:51:51 +07:00
lower-constraints.txt Move openstack actions to mistral-extra 2020-01-29 12:27:13 +02:00
requirements.txt Move openstack actions to mistral-extra 2020-01-29 12:27:13 +02:00
setup.cfg Move preinstalled workflows to mistral-extra 2020-02-26 11:02:39 +02:00
setup.py Set up mistral-extra with the ability to run unit tests 2017-03-03 16:29:49 -05:00
test-requirements.txt Fix hacking min version to 3.0.1 2020-05-18 18:49:56 +00:00
tox.ini Update TOX/UPPER_CONSTRAINTS_FILE for stable/ussuri 2020-04-04 16:38:48 +00:00

README.rst

Mistral Extras

image

Mistral Extra is a library which allows contributors to add optional functionality to the mistral project, it also contains examples for which to base new capabilities.