diff --git a/heat/engine/resources/template_resource.py b/heat/engine/resources/template_resource.py index e3396aad72..214bc18354 100644 --- a/heat/engine/resources/template_resource.py +++ b/heat/engine/resources/template_resource.py @@ -294,7 +294,7 @@ class TemplateResource(stack_resource.StackResource): return self.update_with_template(self.child_template(), self.child_params()) - def FnGetRefId(self): + def get_reference_id(self): if self.nested() is None: return six.text_type(self.name)