From b733ecf3ddc06ee1d75f570dddc4d81f71a8d1bf Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Thu, 25 Feb 2016 15:28:53 +0800 Subject: Add missing command/configuration object Add missing 'command' and 'configuration' object into command object list, add command, module, host commands describe in command-objects, and add 'mask' and 'unmask' options in configuration command details, fix some format issues by the way. Change-Id: Iea80c7b1e413e02e49b9090b9d3cb9c59aab4c38 --- doc/source/command-objects/host.rst | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/source/command-objects/host.rst (limited to 'doc/source/command-objects/host.rst') diff --git a/doc/source/command-objects/host.rst b/doc/source/command-objects/host.rst new file mode 100644 index 00000000..680efcc2 --- /dev/null +++ b/doc/source/command-objects/host.rst @@ -0,0 +1,37 @@ +==== +host +==== + +Compute v2 + +The physical computer running a hypervisor. + +host list +--------- + +List all hosts + +.. program:: host list +.. code:: bash + + os host list + [--zone ] + +.. option:: --zone + + Only return hosts in the availability zone + +host show +--------- + +Display host details + +.. program:: host show +.. code:: bash + + os host show + + +.. describe:: + + Name of host -- cgit v1.2.1