File: add-missing-server-set-opts-e1b4300f5f42e863.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (10 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
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.