]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat engine : fix variable/import shadowing in service.py
authorSteven Hardy <shardy@redhat.com>
Tue, 26 Feb 2013 16:34:28 +0000 (16:34 +0000)
committerSteven Hardy <shardy@redhat.com>
Tue, 26 Feb 2013 16:36:42 +0000 (16:36 +0000)
commit7f1cacf44d3ed9eb73320ed552c7b38cfd5b8b86
tree6d66351ab31b51db0657bb063703e5ab80f59582
parentda31d59cc03c8a10bd823fe397c7b15d844cb5b6
heat engine : fix variable/import shadowing in service.py

The resources import is shadowed by a variable declaration in
validate template, which is confusing, so add a prefix to
differentiate the variable from the import

bug 1133434

Change-Id: Ia7c451c3a2588ddff114da9897b3bcf58e68cf0c
heat/engine/service.py