Merge "Don't re-use resource-properties-data in backup stacks"

This commit is contained in:
Zuul 2018-07-03 07:37:03 +00:00 committed by Gerrit Code Review
commit 9e463f4af7
1 changed files with 1 additions and 0 deletions

View File

@ -734,6 +734,7 @@ class Stack(collections.Mapping):
def add_resource(self, resource):
"""Insert the given resource into the stack."""
resource._rsrc_prop_data_id = None
template = resource.stack.t
resource.stack = self
definition = resource.t.reparse(self.defn, template)