summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-10-18 14:59:28 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-11-23 10:34:31 +0800
commit4b14f3d0cb26dc89d7b62c70302eefaabc7cf2e3 (patch)
tree395a83ee00ce4ac943a636d32e041109e393e8f4 /releasenotes
parent0b5655fae87b9cf278231fac8febe3114175ff9c (diff)
downloadpython-openstackclient-4b14f3d0cb26dc89d7b62c70302eefaabc7cf2e3.tar.gz
Add "--type" and "--retype-policy" options to "volume set" command
Add "--type" and "--retype-policy" options to "volume set" command in volume v2 (v2 only) to support changing the volume type for a volume Change-Id: I0153abdb967aee790586a57cef31930e32005c1b Implements: bp cinder-command-support
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-cinder-command-support-413b6d80232f8ece.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-cinder-command-support-413b6d80232f8ece.yaml b/releasenotes/notes/bp-cinder-command-support-413b6d80232f8ece.yaml
new file mode 100644
index 00000000..174f0375
--- /dev/null
+++ b/releasenotes/notes/bp-cinder-command-support-413b6d80232f8ece.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Add ``--type`` and ``--retype-policy`` options to ``volume set`` command.
+ [Blueprint `cinder-command-support <https://blueprints.launchpad.net/python-openstackclient/+spec/cinder-command-support>`_]