From 85abe14b4cc8606639013c3a0befbf68a071f06c Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: May 22 2015 13:25:23 +0000 Subject: ETCD_ADVERTISE_CLIENT_URLS has to be set if ETCD_LISTEN_CLIENT_URLS is - related: #1222416 --- diff --git a/etcd.conf b/etcd.conf index 086b740..7cad6e6 100644 --- a/etcd.conf +++ b/etcd.conf @@ -16,7 +16,7 @@ ETCD_LISTEN_CLIENT_URLS="http://localhost:4001" #ETCD_INITIAL_CLUSTER="default=http://localhost:2380,default=http://localhost:7001" #ETCD_INITIAL_CLUSTER_STATE="new" #ETCD_INITIAL_CLUSTER_TOKEN="etcd-cluster" -#ETCD_ADVERTISE_CLIENT_URLS="http://localhost:2379,http://localhost:4001" +ETCD_ADVERTISE_CLIENT_URLS="http://localhost:2379,http://localhost:4001" #ETCD_DISCOVERY="" #ETCD_DISCOVERY_SRV="" #ETCD_DISCOVERY_FALLBACK="proxy" diff --git a/etcd.spec b/etcd.spec index ee8e7e2..9ad6820 100644 --- a/etcd.spec +++ b/etcd.spec @@ -14,7 +14,7 @@ Name: %{repo} Version: 2.0.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A highly-available key value store for shared configuration License: ASL 2.0 URL: https://%{import_path} @@ -224,6 +224,10 @@ getent passwd %{name} >/dev/null || useradd -r -g %{name} -d %{_sharedstatedir}/ %endif %changelog +* Fri May 22 2015 jchaloup - 2.0.11-2 +- ETCD_ADVERTISE_CLIENT_URLS has to be set if ETCD_LISTEN_CLIENT_URLS is + related: #1222416 + * Mon May 18 2015 jchaloup - 2.0.11-1 - Update to v2.0.11 resolves: #1222416