From 1a7284f63ad13f41c6ff4295d69f065310242524 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 28 May 2016 18:55:50 +0800 Subject: Support to set server state When a server is unexpected state, OSC don't support reset the server to active or error state, that's supported by novaclient, and it's an important command for operators, the patch implement this function. Change-Id: I3e7800feb192832b0719ef9a353945beb6bfd509 Implements: blueprint server-reset-state --- doc/source/command-objects/server.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/source/command-objects') diff --git a/doc/source/command-objects/server.rst b/doc/source/command-objects/server.rst index bf972986..f11355b6 100644 --- a/doc/source/command-objects/server.rst +++ b/doc/source/command-objects/server.rst @@ -559,6 +559,7 @@ Set server properties --property [--property ] ... --root-password + --state .. option:: --name @@ -574,6 +575,10 @@ Set server properties Property to add/change for this server (repeat option to set multiple properties) +.. option:: --state + + New server state (valid value: active, error) + .. describe:: Server (name or ID) -- cgit v1.2.1