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

10 lines
313 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>