Fix issue with getting heat outputs
Change-Id: I83945788c37fad98a90b36edc5abfac718ffcc0e
This commit is contained in:
parent
ab1c1b0ccc
commit
cf700e0143
@ -155,7 +155,7 @@ class HeatStack(murano_object.MuranoObject):
|
||||
return {}
|
||||
|
||||
def output(self):
|
||||
return self._wait_state(lambda: True)
|
||||
return self._wait_state(lambda status: True)
|
||||
|
||||
def push(self):
|
||||
if self._applied or self._template is None:
|
||||
|
Loading…
Reference in New Issue
Block a user