From eccd943acc9526311fcfc318280b4be51c42a566 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 6 Jun 2016 17:51:56 +0800 Subject: Support compute service force down/up Aims to evacuate servers from compute host as soon as possible, operators might set the compute service force down manually. Novaclient support the behavior, this patch support it in OSC. Change-Id: I22ff1c5d670c449771fdcb3f4f39cd82f428531a Closes-Bug: #1589348 --- doc/source/command-objects/compute-service.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/source/command-objects') diff --git a/doc/source/command-objects/compute-service.rst b/doc/source/command-objects/compute-service.rst index 7fe92ad3..f43b5fa6 100644 --- a/doc/source/command-objects/compute-service.rst +++ b/doc/source/command-objects/compute-service.rst @@ -58,6 +58,7 @@ Set service command os compute service set [--enable | --disable] [--disable-reason ] + [--up | --down] .. _compute-service-set: @@ -73,6 +74,14 @@ Set service command Reason for disabling the service (in quotes). Should be used with --disable option. +.. option:: --up + + Force up service + +.. option:: --down + + Force down service + .. describe:: Name of host -- cgit v1.2.1