shade/releasenotes/notes/create-stack-fix-12dbb59a48ac7442.yaml
David Shrewsbury 451e51340d Bug fix: create_stack() fails when waiting
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
2015-12-14 09:13:00 -05:00

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.