diff --git a/cloud-config b/cloud-config index d658f56320ca289b827b015f9453947f661bd2bd..dbd2dc6154621d45f7e53522689c41f2e117a2a5 100644 --- a/cloud-config +++ b/cloud-config @@ -6,7 +6,9 @@ coreos: reboot-strategy: best-effort etcd: addr: 172.17.42.1:4001 + bind-addr: 172.17.42.1:4001 peer-addr: 172.17.42.1:7001 + peer-bind-addr: 172.17.42.1:7001 units: - name: etcd.service command: start