diff --git a/muranoapi/engine/system/heat_stack.py b/muranoapi/engine/system/heat_stack.py index 7220a699..55be19b6 100644 --- a/muranoapi/engine/system/heat_stack.py +++ b/muranoapi/engine/system/heat_stack.py @@ -96,8 +96,7 @@ class HeatStack(murano_object.MuranoObject): def reload(self): self._template = None self._parameters.clear() - self._load() - return self._template + return self.current() def setTemplate(self, template): self._template = template