]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
engine : remove unnecessary default check_*_complete functions
authorSteven Hardy <shardy@redhat.com>
Fri, 28 Jun 2013 09:22:29 +0000 (10:22 +0100)
committerSteven Hardy <shardy@redhat.com>
Fri, 28 Jun 2013 16:26:45 +0000 (17:26 +0100)
commit1755b9db53150f006e8d9c12983e0438875a3a8b
treebe1f71a1a9c2ba1a15ee8f36427a3e69ccb288c9
parentda3b5ecfdd0c64805b40ecb535c077f9f0044988
engine : remove unnecessary default check_*_complete functions

The default behavior in _do_action is to declare COMPLETE if the
check_$action_complete is not implemented, so these default
functions returning True are not needed.

Change-Id: I2fd1b7da1d39d23abc81e1b9171b053e547b2ec6
heat/engine/resource.py