diff options
| author | jiahui.qiang <jiahui.qiang@easystack.cn> | 2016-12-04 00:29:03 +0800 |
|---|---|---|
| committer | jiahui.qiang <jiahui.qiang@easystack.cn> | 2016-12-06 00:17:36 +0800 |
| commit | 7e5a98bca91e0734f3440fdbeb12cd59273cd6a4 (patch) | |
| tree | c18ed8bd939d1edf1d1a05ec1c08f35a4f34faa8 /releasenotes | |
| parent | 29587eaa6661493b7df9357ad818bf058e820730 (diff) | |
| download | python-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.yaml | 5 |
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>`_] |
