Skip to content

Commit b65b736

Browse files
SimonUngemergify[bot]
authored andcommitted
See #7323. Add ha-mode and ha-params to default_policies
(cherry picked from commit 245a5e0)
1 parent d13902b commit b65b736

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

deps/rabbit/priv/schema/rabbit.schema

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,14 @@ end}.
743743
{datatype, integer}
744744
]}.
745745

746+
{mapping, "default_policies.operator.$id.ha_mode", "rabbit.default_policies.operator", [
747+
{datatype, string}
748+
]}.
749+
750+
{mapping, "default_policies.operator.$id.ha_params", "rabbit.default_policies.operator", [
751+
{datatype, [integer, {list, string}]}
752+
]}.
753+
746754
{translation, "rabbit.default_policies.operator", fun(Conf) ->
747755
Props = rabbit_cuttlefish:aggregate_props(Conf, ["default_policies", "operator"]),
748756
Props1 = lists:map(

0 commit comments

Comments
 (0)