python-etcd
python-etcd copied to clipboard
Fix SRV format string
srv_name = "_etcd._tcp.{}".format(domain) is incorrect format! By the origin docs
_etcd-server._tcp.example.com and _etcd-client._tcp.example.com