552f94b928
Add converge parameter for stack update API and RPC call, that allow triggering observe on reality. This will be triggered by API call with converge argument (with True or False value) within. This flag also works for resources within nested stack. Implements bp get-reality-for-resources Change-Id: I151b575b714dcc9a5971a1573c126152ecd7ea93
8 lines
321 B
YAML
8 lines
321 B
YAML
---
|
|
features:
|
|
- Add `converge` parameter for stack update (and update preview) API.
|
|
This parameter will force resources to observe the reality of resources
|
|
before actually update it. The value of this parameter can be any
|
|
boolean value. This will replace config flag `observe_on_update` in
|
|
near future.
|