]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Refactor Resource creation
authorZane Bitter <zbitter@redhat.com>
Thu, 31 May 2012 09:17:30 +0000 (11:17 +0200)
committerZane Bitter <zbitter@redhat.com>
Thu, 31 May 2012 10:57:43 +0000 (12:57 +0200)
commitfdfb967cef058cad934abc3c11d7f3785b540903
tree3f3893ef287f3f05ded4e77011f1e1f863aea4d9
parentee2500263d0053c0850c92309c6dcbe12a014626
Refactor Resource creation

Allow the Resource class to instantiate the correct type of object for each
resource.

Change-Id: I518f27fa27f675b9e497aac40962331833077aed
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/parser.py
heat/engine/resource_types.py [new file with mode: 0644]
heat/engine/resources.py