deb-mistral/mistral/services
Roman Dobosz 606059add8 Rename package mistral.engine.rpc to mistral.engine.rpc_backend
There is a small issue during changing branch from current to Mitaka, where
there was module called rpc.py, and currently there is a package rpc. Problem
is, if Mistral from master was already at least run once, and changed back to
Mitaka, there is a chance, that directory rpc still exists, and contains pyc
files. Trying to use old rpc module will fail with unable to find
get_transport method due remains of bytecode from master branch.

Simple solution for this situation is to rename rpc module to rpc_backend.

Change-Id: Ib5d05930a9715caf2bb5ce1dba4e520a503bc0cd
2016-07-14 15:15:50 +02:00
..
__init__.py Added periodic events 2013-12-05 19:01:22 +04:00
action_manager.py Merge "Add action context to all action executions" 2016-07-05 10:52:35 +00:00
actions.py Don't create actions when attempting to update one that doesn't exist 2016-07-01 13:19:42 +01:00
expiration_policy.py Avoid comparision between "None" type and "int" type. 2015-10-27 12:54:36 +05:30
periodic.py Rename package mistral.engine.rpc to mistral.engine.rpc_backend 2016-07-14 15:15:50 +02:00
scheduler.py Enable osprofiler to measure performance 2016-06-10 01:49:38 +00:00
security.py Fixed lack of context for triggers 2015-08-19 13:32:59 +03:00
triggers.py Support workflow UUID when creating cron trigger 2016-01-09 11:36:40 +08:00
workbooks.py Deleting redundant trust creation in workbook uploading mechanism 2016-03-10 18:03:54 +06:00
workflows.py Refactoring workflow handler 2016-06-07 18:38:38 +07:00