summaryrefslogtreecommitdiff
path: root/openstackclient/volume/v2/volume_host.py
Commit message (Collapse)AuthorAgeFilesLines
* Add "volume host failover" commandzhiyong.dai2016-11-211-2/+27
| | | | | | | Add "volume host failover" command in volume v2 (v2 only). Change-Id: Ia39e6d20bf5c9d3096e46f3432804a240827548d Implements: bp cinder-command-support
* Add "volume host set" commandjiahui.qiang2016-11-251-0/+50
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