mistral/mistral/api/controllers/v2
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 Implement REST API v2.0 2014-09-01 11:17:53 +07:00
action.py Merge "Add filters to all collections listing functions (tags included)" 2016-07-06 12:21:49 +00:00
action_execution.py Rename package mistral.engine.rpc to mistral.engine.rpc_backend 2016-07-14 15:15:50 +02:00
cron_trigger.py Add filters to all collections listing functions (tags included) 2016-07-06 10:18:55 +02:00
environment.py Add filters to all collections listing functions (tags included) 2016-07-06 10:18:55 +02:00
execution.py Rename package mistral.engine.rpc to mistral.engine.rpc_backend 2016-07-14 15:15:50 +02:00
member.py Added role base authentication support 2016-06-14 05:15:00 +00:00
root.py Add Service API 2015-08-11 22:06:41 +08:00
service.py Added role base authentication support 2016-06-14 05:15:00 +00:00
task.py Rename package mistral.engine.rpc to mistral.engine.rpc_backend 2016-07-14 15:15:50 +02:00
types.py Support JSON data in JSON API type 2016-06-09 20:26:49 +02:00
validation.py Trival: Remove unused logging import 2015-12-28 13:11:03 +08:00
workbook.py Add filters to all collections listing functions (tags included) 2016-07-06 10:18:55 +02:00
workflow.py Add filters to all collections listing functions (tags included) 2016-07-06 10:18:55 +02:00