summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-08-29 19:55:28 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-09-22 17:11:53 +0800
commit3ef7e29dd01a848ad08ce1b66deb9c5c3b1a4b1e (patch)
tree04e80b840329e9bda4a36b4e13b7afc9d085986c /releasenotes
parent69c4f605ecce597af3a574d2f7c27c1dbaa17989 (diff)
downloadpython-openstackclient-3ef7e29dd01a848ad08ce1b66deb9c5c3b1a4b1e.tar.gz
Implement "volume transfer request show/accept" command
Add "volume transfer request show" and "volume transfer accept" commands in volume v1 and v2. Also add the unit tests, docs, release note and functional tests Implements: bp cinder-command-support Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com> Change-Id: I5787fc486b3401307125caa316f517b9c96a95a5
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-cinder-command-support-cc8708c4395ce467.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/releasenotes/notes/bp-cinder-command-support-cc8708c4395ce467.yaml b/releasenotes/notes/bp-cinder-command-support-cc8708c4395ce467.yaml
index 5f94fd67..4c858a94 100644
--- a/releasenotes/notes/bp-cinder-command-support-cc8708c4395ce467.yaml
+++ b/releasenotes/notes/bp-cinder-command-support-cc8708c4395ce467.yaml
@@ -1,5 +1,6 @@
---
features:
- - Add ``volume transfer request create`` and ``volume transfer request delete``
+ - Add ``volume transfer request create``, ``volume transfer request delete``,
+ ``volume transfer request show`` and ``volume transfer request accept``
commands in volume v1 and v2.
[Blueprint `cinder-command-support <https://blueprints.launchpad.net/python-openstackclient/+spec/cinder-command-support>`_]