summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/volume-host.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add "volume host failover" commandzhiyong.dai2016-11-211-2/+24
| | | | | | | Add "volume host failover" command in volume v2 (v2 only). Change-Id: Ia39e6d20bf5c9d3096e46f3432804a240827548d Implements: bp cinder-command-support
* change os in command example to openstack(3)Kevin_Zheng2016-12-201-1/+1
| | | | | | | | | In the current doc, the command examples are like "os server create" but the acutal command should be started with "openstack" instead of "os", it is misleading to first time users. Change-Id: Ie67c0152d8ff8b7c456f91dc8b9a9164437ee9d1
* Add "volume host set" commandjiahui.qiang2016-11-251-0/+30
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