8a0f3fc6a8
Add a new '--no-password' option to unset the password on an existing server. In addition, add a new '--password' option that replaces the interactive '--root-password' option. This makes sense given no other commands uses interactive password options. Checks that rely on specific API microversions now run before we execute any action, to avoid situations where an update is only partially applied. Change-Id: Ibf8717efdd418a2d95215b4d9ab2acf0d57c4a70 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
11 lines
358 B
YAML
11 lines
358 B
YAML
---
|
|
features:
|
|
- |
|
|
Add ``--no-password`` option to ``server set`` command, allowing users
|
|
to clear the admin password from the metadata service. Note that this does
|
|
not actually change the server password.
|
|
upgrade:
|
|
- |
|
|
The ``server set --root-password`` option has been deprecated in favour of
|
|
a non-interactive ``--password`` option.
|