mistral/mistral
Renat Akhmerov 6efe094012 Add a config option to disable cron triggers
* Cron triggers (implemented in periodic.py) are always enabled
  although in many installations they are not needed. When they
  are enabled they consume resoruces (keep polling DB etc.).
  This patch add the config option "enabled" under "cron_trigger"
  group that can be used to disable the entire subsystem.
* Wiped out "disable_cron_trigger_thread" pecan app config variable
  that was use to disable cron triggers in unit tests in favor of
  the new config option
* Other minor style changes

Closes-bug: #1724147
Change-Id: I79b9ccb2f4286b3ea8696b7cd65472c8a49937bf
2017-10-26 13:48:05 +03:00
..
actions Add the Ironic wait_for_provision_state action 2017-10-18 09:23:33 +00:00
api Add a config option to disable cron triggers 2017-10-26 13:48:05 +03:00
auth Add ssl support for keycloak auth middleware 2017-08-24 10:43:48 +03:00
cmd Revert "Enable eventlet monkey patching for MySQLdb driver" 2017-10-16 07:02:34 +00:00
db Merge "Fix named locks implementation" 2017-10-25 13:20:55 +00:00
engine Fix deletion of delayed calls 2017-10-23 13:56:57 +07:00
event_engine Merge "Fix event-triggers workflow namespace" 2017-08-09 07:45:22 +00:00
executors Optimize sending result to parent workflow 2017-10-09 01:38:33 +00:00
expressions Fixes issue rendering strings containing multiple jinja expressions 2017-09-09 11:59:49 -04:00
ext Use the Mistral syntax highlighting on the dsl v2 page 2017-04-06 10:20:34 +01:00
hacking Fix the pep8 commands failed 2017-07-27 22:15:12 +08:00
lang Dynamic action name evaluation. 2017-10-05 03:30:59 +00:00
resources Fix for YaqlEvaluationException in std.create_instance workflow. 2016-07-12 00:29:23 -04:00
rpc Merge "Use get_rpc_transport instead of get_transport" 2017-10-13 08:56:32 +00:00
service Optimize API layer: using from_db_model() instead of from_dict() 2017-05-22 12:03:17 +07:00
services Add a config option to disable cron triggers 2017-10-26 13:48:05 +03:00
tests Add a config option to disable cron triggers 2017-10-26 13:48:05 +03:00
utils Add a yaml_dump expression 2017-10-19 13:20:17 -04:00
workflow Optimize mistral queries for 'get_task_executions' 2017-10-16 04:22:10 +00:00
__init__.py Remove eventlet monkey patch in mistral __init__ 2015-02-20 07:49:56 +00:00
_i18n.py Update and optimize documentation links 2017-07-19 17:10:49 +08:00
config.py Add a config option to disable cron triggers 2017-10-26 13:48:05 +03:00
context.py Refactor mistral context using oslo_context 2017-06-23 10:34:40 +12:00
exceptions.py Remove wrapping of database exceptions in _get_collection() 2017-10-25 11:01:32 +07:00
messaging.py [Event-engine] Make listener pool name configurable 2017-10-13 10:47:34 +03:00
serialization.py Add more use of mistral-lib in mistral 2017-06-20 15:23:18 +00:00
version.py Removed unnecessary utf-8 encoding 2017-01-11 02:58:04 +00:00