]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add a Properties implementation with lazy loading
authorZane Bitter <zbitter@redhat.com>
Mon, 5 Nov 2012 13:28:14 +0000 (14:28 +0100)
committerZane Bitter <zbitter@redhat.com>
Mon, 5 Nov 2012 16:25:42 +0000 (17:25 +0100)
commit6a19ccb7b82bcf6f371c3fbbd49177986b91f0fd
tree990d69bca0194f5c37d8bec921f5a819cc95841e
parentc44c27404f8e47dd400357f1866a18fff57515f3
Add a Properties implementation with lazy loading

This will allow property values to be calculated on demand, rather than
stored as state.

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