Merge "Explicitly pass error kwarg in nested StackValidationFailed"
This commit is contained in:
@@ -78,7 +78,7 @@ class StackResource(resource.Resource):
|
|||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
path = "%s<%s>" % (self.name, self.template_url)
|
path = "%s<%s>" % (self.name, self.template_url)
|
||||||
raise exception.StackValidationFailed(
|
raise exception.StackValidationFailed(
|
||||||
ex, path=[self.stack.t.RESOURCES, path])
|
error=ex, path=[self.stack.t.RESOURCES, path])
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def template_url(self):
|
def template_url(self):
|
||||||
|
Reference in New Issue
Block a user