From a1f11fe2fe3fb5f062e5bac25e458bcee18be05e Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Wed, 8 Jul 2015 08:53:08 +0200 Subject: [PATCH 1/2] Remove unneeded class CurrentLeaderError --- helpers/etcd.py | 4 ---- 1 file changed, 4 deletions(-) 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 From 00aa99b38fdf0b2cc8daf09d5f58cbfa2f6c8d45 Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Wed, 8 Jul 2015 08:53:51 +0200 Subject: [PATCH 2/2] Revert restapi port to 8009 --- postgres1.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgres1.yml b/postgres1.yml index 1f85542d..a2caa196 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