summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorjiahui.qiang <jiahui.qiang@easystack.cn>2016-12-04 00:29:03 +0800
committerjiahui.qiang <jiahui.qiang@easystack.cn>2016-12-06 00:17:36 +0800
commit7e5a98bca91e0734f3440fdbeb12cd59273cd6a4 (patch)
treec18ed8bd939d1edf1d1a05ec1c08f35a4f34faa8 /releasenotes
parent29587eaa6661493b7df9357ad818bf058e820730 (diff)
downloadpython-openstackclient-7e5a98bca91e0734f3440fdbeb12cd59273cd6a4.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-cinder-command-support-ff7acc531baae8c3.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-cinder-command-support-ff7acc531baae8c3.yaml b/releasenotes/notes/bp-cinder-command-support-ff7acc531baae8c3.yaml
new file mode 100644
index 00000000..d8126b1e
--- /dev/null
+++ b/releasenotes/notes/bp-cinder-command-support-ff7acc531baae8c3.yaml
@@ -0,0 +1,5 @@
+---
+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>`_]