deb-mistral/mistral
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
..
actions Merge "Add configuration option for endpoint type" 2016-07-08 09:01:31 +00:00
api Rename package mistral.engine.rpc to mistral.engine.rpc_backend 2016-07-14 15:15:50 +02:00
cmd Rename package mistral.engine.rpc to mistral.engine.rpc_backend 2016-07-14 15:15:50 +02:00
db Add filters to all collections listing functions (tags included) 2016-07-06 10:18:55 +02:00
engine Rename package mistral.engine.rpc to mistral.engine.rpc_backend 2016-07-14 15:15:50 +02:00
hacking Hacking log for warning 2016-03-30 11:50:15 +00:00
resources Fix for YaqlEvaluationException in std.create_instance workflow. 2016-07-12 00:29:23 -04:00
services Rename package mistral.engine.rpc to mistral.engine.rpc_backend 2016-07-14 15:15:50 +02:00
tests Rename package mistral.engine.rpc to mistral.engine.rpc_backend 2016-07-14 15:15:50 +02:00
utils Merge "Add filters to all collections listing functions (tags included)" 2016-07-06 12:21:49 +00:00
workbook Fail/Success/Pause transition message 2016-06-01 14:44:44 +05:30
workflow Enable osprofiler to measure performance 2016-06-10 01:49:38 +00:00
__init__.py Remove eventlet monkey patch in mistral __init__ 2015-02-20 07:49:56 +00:00
config.py Add KeyCloak OpenID Connect server-side authentication 2016-07-08 17:31:06 +07:00
context.py Add KeyCloak OpenID Connect server-side authentication 2016-07-08 17:31:06 +07:00
coordination.py Raise user-friendly exception in case of connection failed 2015-08-19 10:40:43 +08:00
exceptions.py Add KeyCloak OpenID Connect server-side authentication 2016-07-08 17:31:06 +07:00
expressions.py Refactoring exception hierarchy 2016-05-11 10:13:33 +00:00
version.py Adjusting all license headers in python files so they look the same 2013-12-30 13:27:06 +07:00