python-openstackclient/releasenotes/notes/bp-cinder-command-support-82dbadef47454c18.yaml
jiahui.qiang d083ddb12f Add --default option to "volume type list"
Add "--default" option to volume v2's "type list"
command, it will show which volume type the volume
service has set as default.

Implements: bp cinder-command-support
Change-Id: Iae7ebc633ebe5554cc88390a84361887ec211fb2
2016-12-06 06:44:16 +08:00

8 lines
206 B
YAML

---
features:
- |
Add ``--default`` option to ``volume type list`` command, in
order to show which volume type the volume sets as it's
default.
[Blueprint :oscbp:`cinder-command-support`]