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: If35e1b9234cab173b3c46601bbd331aceebcbcb3changes/05/461305/7
parent
4722facf06
commit
58e357908e
@ -0,0 +1,8 @@
|
||||
---
|
||||
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>
|
Loading…
Reference in New Issue