python-openstackclient/releasenotes/notes/block-storage-x-manageable-list-long-option-a16a4641acfcf781.yaml
Stephen Finucane 8735b862c5 volume: Deprecate '--detailed' options
We use flags, not options with boolean-like values, for boolean
parameters. The affected commands were only introduced recently so this
should have minimal fallout.

Change-Id: I700733e750bff539806af167c9d47cec769c3343
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2023-09-11 11:02:55 +01:00

8 lines
288 B
YAML

---
upgrade:
- |
The ``--detailed`` option of the ``block storage volume manageable list``
and ``block storage snapshot manageable list`` commands has been deprecated
in favour of a ``--long`` option. These commands will no longer default to
detailed output by default.