From 7107b5536e9ece347014ec88c5c5bb3e68050882 Mon Sep 17 00:00:00 2001 From: Tang Chen Date: Sat, 24 Oct 2015 12:08:35 +0800 Subject: Add "server stop" command to osc. There is no stop command in osc. Add it. Change-Id: Ia11a8f3b1245c884f7da442292009342d2ffde1e Implements: blueprint cmd-with-multi-servers --- doc/source/command-objects/server.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/source/command-objects') diff --git a/doc/source/command-objects/server.rst b/doc/source/command-objects/server.rst index 4f0b836d..3cb6598d 100644 --- a/doc/source/command-objects/server.rst +++ b/doc/source/command-objects/server.rst @@ -610,6 +610,21 @@ Start server(s) Server(s) to start (name or ID) +server stop +----------- + +Stop server(s) + +.. program:: server stop +.. code:: bash + + os server stop + [ ...] + +.. describe:: + + Server(s) to stop (name or ID) + server suspend -------------- -- cgit v1.2.1