From 0d7a3758dadc482685a06f3f17f2add85643b9b6 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Fri, 16 Dec 2016 13:48:19 +0900 Subject: [PATCH] [cli-ref] Update python-mistralclient to 2.1.2 Change-Id: I3ba897c9270b92bd5a7af75eecac54834ed3482f --- doc/cli-reference/source/mistral.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/cli-reference/source/mistral.rst b/doc/cli-reference/source/mistral.rst index b8c20b7fe0..6908706f8e 100644 --- a/doc/cli-reference/source/mistral.rst +++ b/doc/cli-reference/source/mistral.rst @@ -1068,7 +1068,7 @@ mistral run-action usage: mistral run-action [-h] [-f {html,json,shell,table,value,yaml}] [-c COLUMN] [--max-width ] [--noindent] - [--prefix PREFIX] [-s] [-t TARGET] + [--prefix PREFIX] [-s] [--run-sync] [-t TARGET] name [input] Create new Action execution or just run specific action. @@ -1089,6 +1089,9 @@ Create new Action execution or just run specific action. ``-s, --save-result`` Save the result into DB. +``--run-sync`` + Run the action synchronously. + ``-t TARGET, --target TARGET`` Action will be executed on executor.