From 232c2fc6dae9e903176d3189b897d8f385e1b4bc Mon Sep 17 00:00:00 2001 From: dongwenjuan Date: Thu, 11 Aug 2016 09:28:27 +0800 Subject: [PATCH] `mark down` is used for host When `action_type` is `mark down`, the target only can be a nova.host, not instance Change-Id: I8fdd6eca07b7bff9ed329c020ff6107635a43358 Signed-off-by: dongwenjuan --- doc/source/vitrage-template-format.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/vitrage-template-format.rst b/doc/source/vitrage-template-format.rst index 513ec708e..5214cb137 100644 --- a/doc/source/vitrage-template-format.rst +++ b/doc/source/vitrage-template-format.rst @@ -366,7 +366,7 @@ This can be used along with nova notifier to call force_down for a host action: action_type : mark_down action_target: - target: instance # mandatory. entity (from the definitions section) to be marked as down + target: host # mandatory. entity (from the definitions section, only host) to be marked as down Future support & Open Issues ============================