fuel-plugin-murano/releasenotes/notes/two-phase-instance-deploy-8...

6 lines
257 B
YAML

---
features:
- Split ``Instance``'s ``.deploy()`` method into two phases - ``beginDeploy()``
and ``endDeploy()``. This allows the application developer to provision multiple
instances at once without the need to push the stack for each instance.