From af7b0800d21eeb243566fbeb4fbbd46936ad2b35 Mon Sep 17 00:00:00 2001 From: "Q.hongtao" Date: Fri, 10 Jul 2020 16:48:09 +0800 Subject: [PATCH] Update template doc Supplement Improve the common attribute table Change-Id: I6d520cae6ff0a568f84645d5bbd780cc43afbda8 --- doc/source/contributor/vitrage-template-format-v2.rst | 5 +++-- doc/source/contributor/vitrage-templates.rst | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/source/contributor/vitrage-template-format-v2.rst b/doc/source/contributor/vitrage-template-format-v2.rst index 760871c33..b610fb9ff 100644 --- a/doc/source/contributor/vitrage-template-format-v2.rst +++ b/doc/source/contributor/vitrage-template-format-v2.rst @@ -400,8 +400,9 @@ Common properties and their acceptable values - for writing templates +-------------------+-----------------------+-------------------------+------------------------------------+ | action | action_type | raise_alarm, | | | | | set_state, | | -| | | add_causal_relationship | | -| | | mark_down | | +| | | add_causal_relationship,| | +| | | mark_down, | | +| | | execute_mistral | | +-------------------+-----------------------+-------------------------+------------------------------------+ Using regular expressions in an entity definition diff --git a/doc/source/contributor/vitrage-templates.rst b/doc/source/contributor/vitrage-templates.rst index 829364223..30e0cb207 100644 --- a/doc/source/contributor/vitrage-templates.rst +++ b/doc/source/contributor/vitrage-templates.rst @@ -609,7 +609,7 @@ Common properties and their acceptable values +-------------------+-----------------------+-------------------------+------------------------------------+ | actions | | raise_alarm, | | | | | set_state, | | -| | | add_causal_relationship | | -| | | mark_down | | +| | | add_causal_relationship,| | +| | | mark_down, | | | | | execute_mistral | | +-------------------+-----------------------+-------------------------+------------------------------------+