summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-03-02 04:34:13 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2017-03-02 04:44:17 -0600
commit4a864fc3c6692f7e71537ffbaaf4f49710e088d6 (patch)
tree64fa700520f3cfdad75d58c168b37a9b19de4a0f /ci/config_tpl
parent893a490ab1343e19adafc5ba6fa3d4711ec88d1c (diff)
fix the LB bundle for K8.
Change-Id: I8f6cc277d6b16f7bd19e999122f9b2967c139395 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl')
-rw-r--r--ci/config_tpl/juju2/bundlek8_tpl/etcd.yaml2
1 files changed, 1 insertions, 1 deletions
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"