File: add-server-resize-confirm-revert-commands-98854ca98965432a.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (12 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - |
    Add ``server resize confirm`` and ``server resize revert`` commands.
    These replace the now deprecated ``--confirm`` and ``--revert``
    options to the ``server resize`` commands, respectively.
deprecations:
  - |
    Deprecate the ``--confirm`` and ``--revert`` options for the
    ``server resize`` command. They have been replaced with the
    ``server resize confirm`` and `server resize revert`` commands,
    respectively.