From 4a864fc3c6692f7e71537ffbaaf4f49710e088d6 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 2 Mar 2017 04:34:13 -0600 Subject: fix the LB bundle for K8. Change-Id: I8f6cc277d6b16f7bd19e999122f9b2967c139395 Signed-off-by: Narinder Gupta --- ci/config_tpl/juju2/bundlek8_tpl/etcd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/config_tpl/juju2') diff --git a/ci/config_tpl/juju2/bundlek8_tpl/etcd.yaml b/ci/config_tpl/juju2/bundlek8_tpl/etcd.yaml index d79c5962..bd5ce815 100644 --- a/ci/config_tpl/juju2/bundlek8_tpl/etcd.yaml +++ b/ci/config_tpl/juju2/bundlek8_tpl/etcd.yaml @@ -8,7 +8,7 @@ to: {% if k8.feature.loadbalancer %} {% for unit_id in to_select() %} - - "nodes/{{ unit_id }}" + - "lxd:nodes/0" {% endfor %} {% else %} - "nodes/0" -- cgit 1.2.3-korg