diff --git a/helpers/etcd.py b/helpers/etcd.py index 1e971f30..83f9e0a9 100644 --- a/helpers/etcd.py +++ b/helpers/etcd.py @@ -16,10 +16,6 @@ class EtcdError(DCSError): pass -class CurrentLeaderError(EtcdError): - pass - - class EtcdConnectionFailed(EtcdError): pass diff --git a/postgres1.yml b/postgres1.yml index 98b1cb09..680091f1 100644 --- a/postgres1.yml +++ b/postgres1.yml @@ -1,8 +1,8 @@ ttl: &ttl 30 loop_wait: &loop_wait 10 restapi: - listen: 127.0.0.1:8010 - connect_address: 127.0.0.1:8010 + listen: 127.0.0.1:8009 + connect_address: 127.0.0.1:8009 etcd: scope: batman ttl: *ttl