]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Actually validate properties of resources
authorZane Bitter <zbitter@redhat.com>
Mon, 12 Nov 2012 16:42:36 +0000 (17:42 +0100)
committerZane Bitter <zbitter@redhat.com>
Wed, 14 Nov 2012 19:41:17 +0000 (20:41 +0100)
commit40ed0ade378bb0289c546e7c2cc16891275c3e2b
tree5b5346a60de9f347cc5063c30e8df3e7c6edd4b8
parent0ffcb049c62348d33734aac88ac450996f80715d
Actually validate properties of resources

Properties.validate() returns an error on failure; it does not raise an
exception (and never has). So we should look at the return value when we
call it.

Change-Id: Iaa0deb9f54055b4b1f73c0b37d26f5ac2c00d683
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/resources/resource.py