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 | | +-------------------+-----------------------+-------------------------+------------------------------------+