From 4072554608abd4828f281dcc0e20ce99ed6611b9 Mon Sep 17 00:00:00 2001 From: Sheel Rana Date: Wed, 30 Mar 2016 17:05:09 +0530 Subject: 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 --- doc/source/command-objects/volume-service.rst | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 doc/source/command-objects/volume-service.rst (limited to 'doc/source/command-objects') 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 ] + [--service ] + [--long] + +.. _volume-service-list: +.. option:: --host + + List services on specified host (name only) + +.. option:: --service + + List only specified service (name only) + +.. option:: --long + + List additional fields in output -- cgit v1.2.1