
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
8 lines
306 B
YAML
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> |