diff --git a/heat/engine/resources/stack_resource.py b/heat/engine/resources/stack_resource.py index 5b491888ab..d7129dad08 100644 --- a/heat/engine/resources/stack_resource.py +++ b/heat/engine/resources/stack_resource.py @@ -78,7 +78,7 @@ class StackResource(resource.Resource): except Exception as ex: path = "%s<%s>" % (self.name, self.template_url) raise exception.StackValidationFailed( - ex, path=[self.stack.t.RESOURCES, path]) + error=ex, path=[self.stack.t.RESOURCES, path]) @property def template_url(self):