deb-mistral/mistral
Winson Chan 55540e116e Replace copy.copy with copy.deepcopy
The function copy.copy only copies reference and so if the object has dict
or nested dicts, these instances can be modified by code that has reference
to the original dict.

Change-Id: Ib2680f09b5a5d45fd7180e95ab5fedef05664c5b
Closes-Bug: #1503851
2015-10-07 19:55:31 +00:00
..
actions Fix usage of python-novaclient in Mistral 2015-09-10 22:21:22 +08:00
api Remove the transaction scope from task executions API 2015-10-06 17:17:24 +00:00
cmd Merge "Add coordination feature to mistral service" 2015-08-12 04:38:38 +00:00
db Fix some spelling typo in manual and program output 2015-09-24 21:10:36 +08: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 Replace copy.copy with copy.deepcopy 2015-10-07 19:55:31 +00:00
utils Raise correct exception when a service doesn't exist 2015-09-18 20:16:11 +03: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 Making / and /v2 URLs allowed without auth 2015-07-17 12:19:26 +03: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