diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-04-28 16:13:46 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-04-28 16:13:46 +0000 |
| commit | 941217a5f391941925339acaeb6892fe5d1cf5b2 (patch) | |
| tree | dd10375a8b29ede3003a7298fb360ad56abab2b6 /doc/source | |
| parent | 74162fa31a3c34ee08472f24318f1c326b493330 (diff) | |
| parent | 4072554608abd4828f281dcc0e20ce99ed6611b9 (diff) | |
| download | python-openstackclient-941217a5f391941925339acaeb6892fe5d1cf5b2.tar.gz | |
Merge "Support for volume service list"
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 e9de65dc..da5604fe 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -133,6 +133,7 @@ referring to both Compute and Volume quotas. * ``volume``: (**Volume**) block volumes * ``volume qos``: (**Volume**) quality-of-service (QoS) specification for volumes * ``volume type``: (**Volume**) deployment-specific types of volumes available +* ``volume service``: (**Volume**) services to manage block storage operations Plugin Objects |
