]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Standardise resource names in Invalid Attribute errors
authorZane Bitter <zbitter@redhat.com>
Tue, 18 Jun 2013 08:25:52 +0000 (10:25 +0200)
committerZane Bitter <zbitter@redhat.com>
Tue, 18 Jun 2013 08:25:52 +0000 (10:25 +0200)
commit388fc1bbca8112667948010600f372af095071a7
treee49bfd41ffe0d90d68aeab8ecb398a3826eeaaa6
parentef5b44f083c4b127e64d7cf51a76c3c22a471ff4
Standardise resource names in Invalid Attribute errors

These should always refer to the resource name in the template (i.e.
logical resource name), and never the physcial resource name (since these
errors necessarily occur during validation, before any physical resource is
created).

Change-Id: I6cf6625cf32a90acb27adc6348695c086dc5e119
heat/engine/resources/stack.py
heat/engine/resources/user.py
heat/engine/stack_resource.py