File: add-action-update-command-b8c74d5e6f234a21.yaml

package info (click to toggle)
python-watcherclient 4.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 852 kB
  • sloc: python: 8,569; makefile: 29; sh: 2
file content (24 lines) | stat: -rw-r--r-- 927 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
features:
  - |
    Added support for updating action state through the new
    ``openstack optimize action update`` command. This feature allows
    operators to manually change action states. The command
    supports the following options:

    * ``--state <state>`` - New state for the action (required)
    * ``--reason <reason>`` - Optional reason for the state change

    Currently, the only use case for this update is to Skip an action
    before starting an Action Plan with an optional reason by setting
    the state to SKIPPED:

    $ openstack optimize action update --state SKIPPED --reason "Manual skip" <action-uuid>

    This feature requires Watcher API microversion 1.5 or higher.

upgrade:
  - |
    The maximum supported API version has been increased from 1.1 to 1.5
    to support the new action update functionality. This change maintains
    full backward compatibility with existing deployments.