File: add-converge-in-osc-stack-update-10f256589f628d13.yaml

package info (click to toggle)
python-heatclient 4.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,468 kB
  • sloc: python: 18,475; makefile: 93; sh: 2
file content (9 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
---
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>