From 058fd934c629b2869d5cf0609a9e4d3ec70b2b58 Mon Sep 17 00:00:00 2001 From: Stan Lagun Date: Mon, 21 Apr 2014 01:10:13 +0400 Subject: [PATCH] Typo in HeatStack API Change-Id: I7964b797f967e43384695d4d72b3025e34eadbaa --- muranoapi/engine/system/heat_stack.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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