Additional tools and examples for Mistral Workflow Service.
Go to file
Arnaud M d304f75335 Use service-type instead of service-name
Some openstack actions were still relying on service-name.
While this is correct, it's different from what we have on other
services.
Let's use service_type everywhere.

It's also the root cause of a recent bug in Swift action, because the
service_type set to an empty array prevent the get_endpoint to be give
correct answer.

Closes-Bug: #2090618

Change-Id: I471585a9520d03ce8e86c65592c687a9b5194461
Signed-off-by: Arnaud M <arnaud.morin@gmail.com>
2024-12-01 00:08:33 +01:00
doc remove unicode prefix from code 2022-08-24 15:53:04 +08:00
examples/v2 Correct the description on a calculator task 2017-04-07 15:07:05 +01:00
mistral_extra Use service-type instead of service-name 2024-12-01 00:08:33 +01:00
releasenotes Use block-storage as default cinder service type 2024-10-31 10:19:55 +01:00
tools Remove support for murano and senlin 2024-05-19 18:39:57 +09: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 OpenDev Migration Patch 2019-04-19 19:40:37 +00:00
.stestr.conf Switch to using stestr 2018-05-21 18:38:46 -04:00
.zuul.yaml Switch to 2023.1 Python3 unit tests and generic template name 2022-09-23 16:27:36 +00:00
bootstrap.sh Fix misspell word 2019-09-06 16:19:55 +08:00
CONTRIBUTING.rst [community goal] Update contributor documentation 2021-05-14 17:05:22 -05:00
LICENSE Preparing project skeleton 2014-01-18 01:22:26 -08:00
local.conf Add vagrant environment with devstack and mistral 2014-07-01 17:51:51 +07:00
README.rst Start README.rst with a better title 2019-11-28 10:04:48 +08:00
requirements.txt Remove support for murano and senlin 2024-05-19 18:39:57 +09:00
setup.cfg Update python testing classifier 2024-09-23 11:45:05 +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 Pin hacking 2024-11-18 00:57:10 +09:00
tox.ini Changed minversion in tox to 3.18.0 2024-09-23 15:58:20 +02:00
Vagrantfile Add vagrant environment with devstack and mistral 2014-07-01 17:51:51 +07:00

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.