From 1809faaf1fbffea497cfbe2f1c7adde6bf449234 Mon Sep 17 00:00:00 2001 From: Tang Chen Date: Sat, 24 Oct 2015 12:05:50 +0800 Subject: Add "server start" command to osc. There is no start command in osc. Add it. Change-Id: Ic50f83413ab17c53396065aabb3f5a1506b52959 Implements: blueprint cmd-with-multi-servers --- doc/source/command-objects/server.rst | 15 +++++++++++++++ doc/source/commands.rst | 1 + 2 files changed, 16 insertions(+) (limited to 'doc') diff --git a/doc/source/command-objects/server.rst b/doc/source/command-objects/server.rst index 9ff48437..4f0b836d 100644 --- a/doc/source/command-objects/server.rst +++ b/doc/source/command-objects/server.rst @@ -595,6 +595,21 @@ Ssh to server Server (name or ID) +server start +------------ + +Start server(s) + +.. program:: server start +.. code:: bash + + os server start + [ ...] + +.. describe:: + + Server(s) to start (name or ID) + server suspend -------------- diff --git a/doc/source/commands.rst b/doc/source/commands.rst index 80ce8244..d89e7193 100644 --- a/doc/source/commands.rst +++ b/doc/source/commands.rst @@ -183,6 +183,7 @@ Those actions with an opposite action are noted in parens if applicable. * ``save`` - download an object locally * ``set`` (``unset``) - set a property on the object, formerly called metadata * ``show`` - display detailed information about the specific object +* ``start`` - start one or more servers * ``suspend`` (``resume``) - stop a server and save to disk freeing memory * ``unlock`` (``lock``) - unlock a server * ``unpause`` (``pause``) - return a paused server to running state -- cgit v1.2.1