]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Fix AttributeError exception in autoscaling
authorSimon Pasquier <simon.pasquier@bull.net>
Wed, 4 Sep 2013 14:12:08 +0000 (16:12 +0200)
committerSimon Pasquier <simon.pasquier@bull.net>
Wed, 4 Sep 2013 15:58:58 +0000 (17:58 +0200)
commitfceff8b9651e3e43c72be679448802111a17d17c
tree9b7764068ea877b57273869ebc707198720e3a0d
parent9a46d0a3301047ac4fb8e9fe407422addfd33e3b
Fix AttributeError exception in autoscaling

Use the nested() method instead of directly accessing the _nested
attribute which isn't always initialized.

Fixes bug #1220737
Change-Id: I9f36d98e91d5175b354e423d7159e690b1e5b696
heat/engine/resources/autoscaling.py