murano/releasenotes/notes/two-phase-instance-deploy-81d37e7987abc792.yaml
Kirill Zaitsev e9fe5b278c Cleanup, clarify newton release-notes
This commit clarifies, cleans and improves releasenotes for murano

Co-Authored-By: Maria Zlatkova <mzlatkova@mirantis.com>
Change-Id: I6591a62640f192be749c3c58a92dc00ef56dd736
2016-09-14 01:08:51 +03:00

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.