summaryrefslogtreecommitdiff
path: root/doc/source/command-objects/volume-host.rst
Commit message (Collapse)AuthorAgeFilesLines
* 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