python-openstackclient/releasenotes/notes/add-missing-server-rebuild-opts-5c75e838d8f0487d.yaml
Stephen Finucane f9fd3642f8 compute: Add missing options for 'server rebuild'
This accepts a large number of options that we weren't exposing. Add the
following options: '--name', '--preserve-ephemeral', '--user-data',
'--no-user-data', '--trusted-image-cert' and '--no-trusted-image-certs'.
In addition, rename the '--key-unset' parameter to '--no-key-name', to
mimic e.g. '--no-property' on other commands.

Change-Id: I61c46e18bef1f086b62a015ebdc56be91071b826
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2020-12-09 18:38:26 +00:00

14 lines
421 B
YAML

---
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.