451e51340d
The create_stack() call had two bugs: If wait was True, it attempted to call an iterate method that had been moved to _utils; it also did not return the stack from the get_stack() calls. Change-Id: I2588e3a84729a8f1b3bfcb6d401c7d51fb16832b
5 lines
142 B
YAML
5 lines
142 B
YAML
---
|
|
fixes:
|
|
- The create_stack() call was fixed to call the correct iterator
|
|
method and to return the updated stack object when waiting.
|