mistral/mistral/services
ali 20c3408692 Add namespaces to Ad-Hoc actions
added namespace for the actions, actions can have the same name if they
 are not in the same namespace, when executing an action, if an action
 with that name is not found in the workflow namespace or given
 namespace mistral will look for that action in the default namespace.

  * action base can only be in the same namespace,or in the
    default namespace.
  * Namespaces are not part of the mistral DSL.
  * The default namespace is an empty string ''.
  * all actions will be in a namespace, if not specified, they will be
    under default namespace

Depends-On: I61acaed1658d291798e10229e81136259fcdb627
Change-Id: I07862e30adf28404ec70a473571a9213e53d8a08
Partially-Implements: blueprint create-and-run-workflows-within-a-namespace
Signed-off-by: ali <ali.abdelal@nokia.com>
2020-01-07 08:10:53 +00:00
..
__init__.py Add an ability to disable workflow text validation 2019-09-27 04:33:04 +00:00
action_heartbeat_checker.py Fix log messages in the action heartbeats mechanism 2019-11-22 14:46:32 +07:00
action_heartbeat_sender.py Fix log messages in the action heartbeats mechanism 2019-11-22 14:46:32 +07:00
action_manager.py Add namespaces to Ad-Hoc actions 2020-01-07 08:10:53 +00:00
actions.py Add namespaces to Ad-Hoc actions 2020-01-07 08:10:53 +00:00
expiration_policy.py Extend capabilities to clean up old executions 2019-11-12 07:12:45 +00:00
legacy_scheduler.py moved generic util functions from mistral to mistral-lib 2019-09-13 04:06:27 +00:00
periodic.py Make cron-triggers not play catchup 2018-06-14 09:49:24 +01:00
security.py [Triggers] Fix running openstack actions via triggers 2017-08-09 11:49:09 +03:00
triggers.py [Event-engine] Allow event_engine to work in HA 2018-10-17 16:30:17 +00:00
workbooks.py Add namespaces to Ad-Hoc actions 2020-01-07 08:10:53 +00:00
workflows.py Disable the use of anchors when parsing yaml 2019-12-17 12:08:10 +02:00