Fixing advertise-client-urls

Fixing "invalid value "etcd.ccp:2379" for flag -advertise-client-urls:
URL scheme must be http, https, unix, or unixs: etcd.ccp:2379"
exception

Change-Id: If2ba52195209409efe682f8b328316a33aa409bf
This commit is contained in:
Andrey 2016-10-04 13:10:29 +00:00
parent 75e5b77979
commit 29e2a0a40f
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ service:
liveness: "true"
daemon:
command: etcd --listen-client-urls http://0.0.0.0:{{ etcd_client_port }}
--advertise-client-urls {{ address("etcd") }}:{{ etcd_client_port }}
--advertise-client-urls http://{{ address("etcd") }}:{{ etcd_client_port }}