]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Fail fast if Resource action methods are missing
authorZane Bitter <zbitter@redhat.com>
Mon, 12 Aug 2013 09:12:33 +0000 (11:12 +0200)
committerZane Bitter <zbitter@redhat.com>
Mon, 12 Aug 2013 09:12:33 +0000 (11:12 +0200)
commit1ebc77bc04cac3ceb889a889e2266adaaccc5b06
tree050c4ed95356c4ac6d83f257a8f76cfb4586506d
parent102e4c17e39cdbadcb99a696d05426b26b503d47
Fail fast if Resource action methods are missing

If a resource is not actually a Resource with create(), delete() &c.
methods then something has gone horribly, horribly wrong. This is not a
priority for handling gracefully at runtime.

Change-Id: Iafce8e4a222677fc590bb579654e195dc4252a9e
heat/engine/parser.py