python-openstackclient/releasenotes/notes/add-missing-server-set-opts-e1b4300f5f42e863.yaml
Stephen Finucane 8a0f3fc6a8 compute: Add missing options for 'server set'
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>
2021-01-08 12:14:41 +00:00

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.