summaryrefslogtreecommitdiff
path: root/releasenotes/notes
diff options
context:
space:
mode:
authorXi Yang <yang.xi@99cloud.net>2016-01-18 15:47:23 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-08-03 12:19:16 +0800
commit20ae54045cef136a8d0665aab0d45698e12ed21c (patch)
treed50a920f55d5dd93c3b78db41345f1908e36c556 /releasenotes/notes
parenteaee74bba253bf04471055bbe51db6aad2975a7a (diff)
downloadpython-openstackclient-20ae54045cef136a8d0665aab0d45698e12ed21c.tar.gz
Add support of setting volume's state
OSC does not support to set volume's state, this patch is going to add this functionality. Closes-Bug:#1535213 Change-Id: I5bc1c7e81b8ba61c37f4bfd209fc86c5857fb050 Co-Authored-By: Huanxuan Ao <huanxuan.ao@easystack.cn>
Diffstat (limited to 'releasenotes/notes')
-rw-r--r--releasenotes/notes/bug-1535213-c91133586e07d71c.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1535213-c91133586e07d71c.yaml b/releasenotes/notes/bug-1535213-c91133586e07d71c.yaml
new file mode 100644
index 00000000..d3f36e39
--- /dev/null
+++ b/releasenotes/notes/bug-1535213-c91133586e07d71c.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Support a new ``--state`` option for ``volume set`` command that
+ changes the state of a volume.
+ [Bug `1535213 <https://bugs.launchpad.net/bugs/1535213>`_]