File: add-missing-server-rebuild-opts-5c75e838d8f0487d.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 (13 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    Add a number of additional options to the ``server rebuild`` command:

    - ``--name``
    - ``--preserve-ephemeral``, ``--no-preserve-ephemeral``
    - ``--user-data``, ``--no-user-data``
    - ``--trusted-image-cert``, ``--no-trusted-image-certs``
upgrade:
  - |
    The ``--key-unset`` option of the ``server rebuild`` command has been
    replaced by ``--no-key-name``. An alias is provided.