mistral/mistral
Hieu LE 643da24ff2 Implement policy in code - service and task (8)
This commit migrate all service and task policies into code [1].

Like oslo.config, with oslo.policy, we can define all of
default rules in code base and only change some rules
via policy file. Another thing that we should use yaml
format instead of json format.

[1] https://governance.openstack.org/tc/goals/queens/policy-in-code.html
Co-authored-By: Dai Dang-Van <daidv@vn.fujitsu.com>

Change-Id: I20e9be2705a41931309b5da4f114715485d1797e
2017-11-27 02:47:29 +00:00
..
actions Switch zaqarclient and swiftclient to use a session 2017-11-21 12:33:35 -05:00
api Implement policy in code (1) 2017-11-27 02:46:32 +00: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 Remove _get_task_executions function 2017-11-16 21:48:36 +03:00
engine Add a periodic job to check workflow execution integrity 2017-11-15 18:31:01 +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 Re-raise DB errors when evaluating expressions 2017-11-03 11:24:29 +07: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
policies Implement policy in code - service and task (8) 2017-11-27 02:47:29 +00:00
resources Fix for YaqlEvaluationException in std.create_instance workflow. 2016-07-12 00:29:23 -04:00
rpc Don't use oslo context get_logging_values 2017-11-24 14:52:42 +01:00
service Optimize API layer: using from_db_model() instead of from_dict() 2017-05-22 12:03:17 +07:00
services Add a periodic job to check workflow execution integrity 2017-11-15 18:31:01 +07:00
tests Implement policy in code - service and task (8) 2017-11-27 02:47:29 +00:00
utils Fix wf_trace info adding useless space at some conditions 2017-11-15 00:48:49 -05: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 periodic job to check workflow execution integrity 2017-11-15 18:31:01 +07:00
context.py Don't use oslo context get_logging_values 2017-11-24 14:52:42 +01: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