mistral/mistral/executors
Dougal Matthews df46ec72b9 Clarify what an exception from an action means
When Python actions raise an exception they may not have failed to run.
This may not even be an issue. For example, the OpenStack action
`swift.head_container` will raise an exception is the container doesn't
exist.

This change lowers the exception to a warning but keeps the exception
traceback in the logs. It also changes the wording in the message. We
didn't fail to run the action, rather the action raise an exception.

Change-Id: If9a6a3b98999acae8b80ad4ddeb9d197a628c280
2018-07-31 15:00:11 +01:00
..
__init__.py Add option to run actions locally on the engine 2017-04-27 20:02:27 +00:00
base.py Migrate mistral to using the serialization code in mistral-lib 2018-07-23 12:55:41 +01:00
default_executor.py Clarify what an exception from an action means 2018-07-31 15:00:11 +01:00
executor_server.py A mechanism to close stuck running action executions 2018-06-12 14:15:15 +00:00
remote_executor.py Optimize sending result to parent workflow 2017-10-09 01:38:33 +00:00