f9fd3642f8
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>
14 lines
421 B
YAML
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.
|