]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : Move watch logic into WatchRule class
authorSteven Hardy <shardy@redhat.com>
Fri, 28 Sep 2012 07:02:20 +0000 (08:02 +0100)
committerSteven Hardy <shardy@redhat.com>
Mon, 15 Oct 2012 08:25:49 +0000 (09:25 +0100)
commitebc3129e44d5762756d28133880b07a13f6e0be3
tree42d7ae5c7119d5ff9ca6717304f8e1ae41dec4db
parent238187ee0a9d075d1e86534a72ae2eb8e53cce26
heat engine : Move watch logic into WatchRule class

Move engine/manager.py logic into WatchRule class so watch-
related DB manipulation and related logic is encapsulated in
the WatchRule class

Fixes #217

Change-Id: I5405ab631de17efda7eefb45dadad55ee12c533c
Signed-off-by: Steven Hardy <shardy@redhat.com>
heat/engine/cloud_watch.py
heat/engine/manager.py
heat/engine/watchrule.py
heat/tests/test_watch.py