deb-mistral/mistral
hardik 0ac5930bab Add decode() function for string comparison.
A prefix of 'b' or 'B' is ignored in Python 2
But in py3 produce an instance of the bytes
type instead of the string type.

Due to which it gives following kind of error.
e.g.testtools.matchers._impl.MismatchError:
'unable to convert to int' not in
b'{"faultcode": "Client", "debuginfo": null,
"faultstring": "Invalid input for field/attribute limit.
Value: \'1.1\'. unable to convert to int"}'

Change-Id: I226e8f8c6afbbc94c6348a17099f02b9cf7907a8
Partially-Implements: blueprint mistral-py3
2015-10-21 17:08:21 +05:30
..
actions Creating new SSH action which uses gateway 2015-10-09 14:27:04 +03:00
api Add decode() function for string comparison. 2015-10-21 17:08:21 +05:30
cmd Merge "Add coordination feature to mistral service" 2015-08-12 04:38:38 +00:00
db Merge "Check for trigger before delete wf." 2015-10-09 19:14:00 +00:00
engine Replace copy.copy with copy.deepcopy 2015-10-07 19:55:31 +00:00
hacking Drop use of 'oslo' namespace package 2015-07-14 06:25:24 +00:00
resources Fixing std.create_instance workflow 2015-09-23 11:30:43 +03:00
services Replace copy.copy with copy.deepcopy 2015-10-07 19:55:31 +00:00
tests Add decode() function for string comparison. 2015-10-21 17:08:21 +05:30
utils Merge "Creating new SSH action which uses gateway" 2015-10-10 09:43:43 +00:00
workbook Remove usage of expandtabs() in get_workflow_definition 2015-09-28 17:12:30 +08:00
workflow Replace copy.copy with copy.deepcopy 2015-10-07 19:55:31 +00:00
__init__.py Remove eventlet monkey patch in mistral __init__ 2015-02-20 07:49:56 +00:00
config.py Support action_execution deletion 2015-09-07 13:18:41 +00:00
context.py Delivering error message via header in pecan.abort 2015-10-08 08:43:16 +00:00
coordination.py Raise user-friendly exception in case of connection failed 2015-08-19 10:40:43 +08:00
exceptions.py Support action_execution deletion 2015-09-07 13:18:41 +00:00
expressions.py Replace copy.copy with copy.deepcopy 2015-10-07 19:55:31 +00:00
version.py Adjusting all license headers in python files so they look the same 2013-12-30 13:27:06 +07:00