python-openstackclient/releasenotes/notes/bp-cinder-command-support-ff7acc531baae8c3.yaml
jiahui.qiang 7e5a98bca9 Add some options to "volume create" command
Add "--bootable", "--non-bootable", "--read-only" and "--read-write" options
to "volume create" command for setting some attributes at the time of crration.

Change-Id: I71b4e9fccb4ee0ab1a90e7179d6d2d34dbbae909
Implements: bp cinder-command-support
2016-12-06 00:17:36 +08:00

6 lines
266 B
YAML

---
features:
- Add ``--bootable``, ``--non-bootable``, ``--read-only`` and ``--read-write``
options to ``volume create`` command.
[Blueprint `cinder-command-support <https://blueprints.launchpad.net/python-openstackclient/+spec/cinder-command-support>`_]