diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2020-11-18 15:38:18 +0000 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2021-01-08 12:14:41 +0000 |
| commit | 8a0f3fc6a8b30328c575bb5c3fc21ddc4f500d9d (patch) | |
| tree | 3242d6a349c81f62f7bc43d6d334bd805b41fd11 /releasenotes | |
| parent | 9a976ada8e79fa04e331bd38564892d77deef40c (diff) | |
| download | python-openstackclient-8a0f3fc6a8b30328c575bb5c3fc21ddc4f500d9d.tar.gz | |
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>
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/add-missing-server-set-opts-e1b4300f5f42e863.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/add-missing-server-set-opts-e1b4300f5f42e863.yaml b/releasenotes/notes/add-missing-server-set-opts-e1b4300f5f42e863.yaml new file mode 100644 index 00000000..ccffaa1f --- /dev/null +++ b/releasenotes/notes/add-missing-server-set-opts-e1b4300f5f42e863.yaml @@ -0,0 +1,10 @@ +--- +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. |
