python-heatclient/releasenotes/notes/add-converge-in-osc-stack-u...

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>