diff options
| author | Sheel Rana <ranasheel2000@gmail.com> | 2016-03-30 17:05:09 +0530 |
|---|---|---|
| committer | Sheel Rana <ranasheel2000@gmail.com> | 2016-04-25 17:42:12 +0000 |
| commit | 4072554608abd4828f281dcc0e20ce99ed6611b9 (patch) | |
| tree | 22a21059104d0ecff9545848abf6978925c62706 /doc/source | |
| parent | 9e7f0cf1a544e13d472f49b64d1c5320f6f8d08c (diff) | |
| download | python-openstackclient-4072554608abd4828f281dcc0e20ce99ed6611b9.tar.gz | |
Support for volume service list
OSC does not support to list volume services.
This patch will provide support for adding volume service related
support.
Closes-bug:#1550999
Implements: bp cinder-command-support
Change-Id: I50ac14aeb96c4b8ddbf7b33e519feea0d126f752
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/command-objects/volume-service.rst | 31 | ||||
| -rw-r--r-- | doc/source/commands.rst | 1 |
2 files changed, 32 insertions, 0 deletions
diff --git a/doc/source/command-objects/volume-service.rst b/doc/source/command-objects/volume-service.rst new file mode 100644 index 00000000..aa9fa6d2 --- /dev/null +++ b/doc/source/command-objects/volume-service.rst @@ -0,0 +1,31 @@ +============== +volume service +============== + +Volume v1, v2 + +volume service list +------------------- + +List volume service + +.. program:: volume service list +.. code:: bash + + os volume service list + [--host <host>] + [--service <service>] + [--long] + +.. _volume-service-list: +.. option:: --host <host> + + List services on specified host (name only) + +.. option:: --service <service> + + List only specified service (name only) + +.. option:: --long + + List additional fields in output diff --git a/doc/source/commands.rst b/doc/source/commands.rst index c54cadb1..45b229ab 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -127,6 +127,7 @@ referring to both Compute and Volume quotas. * ``user role``: (**Identity**) roles assigned to a user * ``volume``: (**Volume**) block volumes * ``volume type``: (**Volume**) deployment-specific types of volumes available +* ``volume service``: (**Volume**) services to manage block storage operations Plugin Objects |
