]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Get rid of Resource.calculate_properties()
authorZane Bitter <zbitter@redhat.com>
Mon, 5 Nov 2012 16:30:57 +0000 (17:30 +0100)
committerZane Bitter <zbitter@redhat.com>
Mon, 5 Nov 2012 16:42:00 +0000 (17:42 +0100)
commit33b09448c14468b768d2d4da4f756e8132065d81
treeb817a99cfd91186ed17d8d3402b9d3e1248b3a9a
parent6a19ccb7b82bcf6f371c3fbbd49177986b91f0fd
Get rid of Resource.calculate_properties()

Use the new Properties class to lazily load property values so that we
always get the latest data, and get rid of the stateful hacks.

Change-Id: I02a1b927606da217d4adab1ca04b659abadda2ce
Signed-off-by: Zane Bitter <zbitter@redhat.com>
heat/engine/checkeddict.py
heat/engine/parser.py
heat/engine/resources/autoscaling.py
heat/engine/resources/instance.py
heat/engine/resources/resource.py
heat/engine/resources/user.py
heat/engine/resources/wait_condition.py
heat/tests/test_engine_service.py
heat/tests/test_loadbalancer.py
heat/tests/test_quantum.py
heat/tests/unit/test_checkeddict.py