summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-09-27 12:27:05 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-09-28 10:13:56 +0800
commitc9e0c01f67a00e63bb5d8b5781d7e8e87b39136c (patch)
treee7eba5ad18742e06fa3232214ab252cb6726ad23 /releasenotes/notes
parent8d63b8b263ca4011761b062331d53d9b53b5031d (diff)
downloadpython-openstackclient-c9e0c01f67a00e63bb5d8b5781d7e8e87b39136c.tar.gz
Add and modify options for "volume create" command
1.Add mutually exclusive options into a mutually exclusive group. 2.Add "--source-replicated", "--consistency-group", "--hint" and "multi-attach" options 3.Make --size option to be optional under some cases Closes-Bug: #1568005 Closes-Bug: #1627913 Implements: bp implement-cinder-features Co-Authored-By: Roman Vasilets <rvasilets@mirantis.com> Change-Id: I2c4c3073195d33774e477f4d7f22e383b14b41dd
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/bug-1627913-2adf4182977e5926.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1627913-2adf4182977e5926.yaml b/releasenotes/notes/bug-1627913-2adf4182977e5926.yaml
new file mode 100644
index 00000000..454d4c89
--- /dev/null
+++ b/releasenotes/notes/bug-1627913-2adf4182977e5926.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - Add ``--source-replicated``, ``--consistency-group``, ``--hint`` and
+ ``--multi-attach`` options to ``volume create`` command in volume v2.
+ [Bug `1627913 <https://bugs.launchpad.net/python-openstackclient/+bug/1627913>`_]