summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-08-12 12:29:45 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-09-11 11:23:25 +0800
commit6986a32e1cd6d0c0bdf973e5d4e4bcb3d1f45235 (patch)
treeaca99b79e0de3165e39ce8e4376a695ad558fe5e /releasenotes
parent676a0e9696ba7550132e4501bdbf3160608faed6 (diff)
downloadpython-openstackclient-6986a32e1cd6d0c0bdf973e5d4e4bcb3d1f45235.tar.gz
Add "--limit" and "--marker" options to "volume list" command
Add ``--limit`` option to ``volume list`` command in volume v1, add ``--limit`` and ``--marker`` options to ``volume list`` command in volume v2. Change-Id: I327a252aa83ed84166da99cf6aa80334e0e6dd44 Partial-Bug: #1612484
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1612484-e8605ad8966a455e.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1612484-e8605ad8966a455e.yaml b/releasenotes/notes/bug-1612484-e8605ad8966a455e.yaml
new file mode 100644
index 00000000..1020585e
--- /dev/null
+++ b/releasenotes/notes/bug-1612484-e8605ad8966a455e.yaml
@@ -0,0 +1,7 @@
+---
+features:
+ - |
+ Add ``--limit`` option to ``volume list`` command in volume v1,
+ add ``--limit`` and ``--marker`` options to ``volume list``
+ command in volume v2.
+ [Bug `1612484 <https://bugs.launchpad.net/bugs/1612484>`_]