Files
python-openstackclient/releasenotes/notes/fix-resize-server-args-required-2e9013bcbf207f6a.yaml
Jan Ueberacker ea0a2c126c Fix: Make server resize options required
Change-Id: I7e8f4e750822a2e8c85826f49c56e10f7605fedb
Signed-off-by: Jan Ueberacker <jan.ueberacker@inovex.de>
2026-01-21 09:42:41 +01:00

9 lines
307 B
YAML

---
fixes:
- |
The ``openstack server resize`` command now requires the ``--flavor``
option or one of the deprecated ``--confirm`` or ``--revert`` options
to be provided.
Previously, the command would silently exit successfully without
performing any action if no option was provided.