More peer discovery backend shortcuts

This commit is contained in:
Michael Klishin 2017-06-09 00:36:36 +03:00
parent 04cadbc100
commit 245e3c7303
No known key found for this signature in database
GPG Key ID: D1A1B77724CE35D5
1 changed files with 3 additions and 0 deletions

View File

@ -791,6 +791,9 @@ fun(Conf) ->
dns -> rabbit_peer_discovery_dns;
aws -> rabbit_peer_discovery_aws;
consul -> rabbit_peer_discovery_consul;
etcd -> rabbit_peer_discovery_etcd;
kubernetes -> rabbit_peer_discovery_k8s;
k8s -> rabbit_peer_discovery_k8s;
Module -> Module
end
end}.