python-openstackclient/releasenotes/notes/bug-1535213-c91133586e07d71c.yaml
Xi Yang 20ae54045c 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>
2016-08-03 12:19:16 +08:00

7 lines
184 B
YAML

---
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>`_]