Files
python-heatclient/releasenotes/notes/add-converge-in-osc-stack-update-10f256589f628d13.yaml
ricolin 58e357908e Add --converge argument for osc stack update
This patch add `--converge` argument for osc stack update. This
flag will be used as the trigger for observe on reality.
implements bp get-reality-for-resources

depends-on: I151b575b714dcc9a5971a1573c126152ecd7ea93
Change-Id: If35e1b9234cab173b3c46601bbd331aceebcbcb3
2017-10-20 03:17:58 +00:00

8 lines
306 B
YAML

---
features:
- Adds '--converge' option for stack update with openstackclient. If
specified, existing resource attributes (which may have diverged) are
compared with the resource properties in the template used for update.
Usage:
# openstack stack update --converge ... <stack_name>