Merge "Adjust urls with new 'address' functionality"

This commit is contained in:
Jenkins 2016-11-22 08:53:50 +00:00 committed by Gerrit Code Review
commit 20622eff99
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ service:
type: "exec" type: "exec"
daemon: daemon:
command: etcd --listen-client-urls http://0.0.0.0:{{ etcd.client_port.cont }} command: etcd --listen-client-urls http://0.0.0.0:{{ etcd.client_port.cont }}
--advertise-client-urls http://{{ address("etcd") }}:{{ etcd.client_port.cont }} --advertise-client-urls {{ address("etcd", etcd.client_port, with_scheme=True) }}