summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorjiahui.qiang <jiahui.qiang@easystack.cn>2016-11-21 05:47:48 +0800
committerjiahui.qiang <jiahui.qiang@easystack.cn>2016-11-25 05:21:00 +0800
commit71e6d444767a29664821ab190e0736088d8ccfba (patch)
tree4f977fff4e0dd3e04c249fbbb71606524cea5126 /releasenotes
parente05c8d7bb04f477797e46e5728e93a35c104809a (diff)
downloadpython-openstackclient-71e6d444767a29664821ab190e0736088d8ccfba.tar.gz
Add "volume host set" command
Add "volume host set" command in volume v2 to support freeze(disable) and thaw(enable) the specified cinder-volume host Change-Id: Iee1604d72f9eccd9e327b0ef8d345909a733a647 Implements: bp cinder-command-support
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-cinder-command-support-7e3ae1fb4cd90407.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-cinder-command-support-7e3ae1fb4cd90407.yaml b/releasenotes/notes/bp-cinder-command-support-7e3ae1fb4cd90407.yaml
new file mode 100644
index 00000000..1b0ca18d
--- /dev/null
+++ b/releasenotes/notes/bp-cinder-command-support-7e3ae1fb4cd90407.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - Add ``volume host set`` command, it allows a user to enable or disable a volume host.
+ [Blueprint `cinder-command-support <https://blueprints.launchpad.net/python-openstackclient/+spec/cinder-command-support>`_]
+