Skip to content

Commit 245e3c7

Browse files
More peer discovery backend shortcuts
1 parent 04cadbc commit 245e3c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

priv/schema/rabbitmq.schema

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,9 @@ fun(Conf) ->
791791
dns -> rabbit_peer_discovery_dns;
792792
aws -> rabbit_peer_discovery_aws;
793793
consul -> rabbit_peer_discovery_consul;
794+
etcd -> rabbit_peer_discovery_etcd;
795+
kubernetes -> rabbit_peer_discovery_k8s;
796+
k8s -> rabbit_peer_discovery_k8s;
794797
Module -> Module
795798
end
796799
end}.

0 commit comments

Comments
 (0)