Files
python-openstackclient/releasenotes/notes/confirm-reset-state-24497c8b24990aa7.yaml
Sean Mooney 25cd1178b3 Require confirmation to reset server state.
This change updates the server set state command to require confirmation
before it is applied. The same pattern as project clean is used and a
new --auto-approve flag is added to allow skipping the prompt.

Operators often use reset state in cases that are incorrect
this change updates the warning to be more explicit
about when and when not to use it.

Change-Id: Iab14739cf6043ad45ad49edff0580e81d75af2fd
2025-04-11 11:53:14 +01:00

7 lines
235 B
YAML

---
upgrade:
- |
The ``openstack server set`` command has been extended with a new
parameter ``--auto-approve`` and the existing ``--state`` parameter
has been modified to require confirmation before resetting the state.