]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Make Event object independent of resource object
authorLiang Chen <cbjchen@cn.ibm.com>
Tue, 13 Aug 2013 07:47:58 +0000 (15:47 +0800)
committerLiang Chen <cbjchen@cn.ibm.com>
Fri, 16 Aug 2013 03:12:17 +0000 (11:12 +0800)
commitd233cf67032af0a4484ebf4bbf668c060f61c792
tree3d27c5f463ca670cb71119d50531bd115384bcf2
parentd3bc51ffaf075badf7243b702f8656089de8de9d
Make Event object independent of resource object

The event table is pretty much self contained. So we actually don't
need to referece the corresponding resources to retrieve information.

Fixes bug #1204506

Change-Id: If0b88e0f9e243cf3cc6d747ffa04b9a429ea83a2
heat/engine/api.py
heat/engine/event.py
heat/engine/resource.py
heat/tests/test_engine_service.py
heat/tests/test_event.py