summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-05-18 01:11:38 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2017-05-18 16:01:53 +0000
commit503ae122dde4533b09be89d895160f2ae0a9c7b6 (patch)
tree66abbe58f970e342e40671f131f2e1931de521d6
parentdcb7c4a04bbe73bcd7ce7b373cf7e2d3bb6c3055 (diff)
fix the k8 core bundle and deployment failed.
Change-Id: I65cf597bbc4c68bd80d26ed0d8729127a4e30863 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com> (cherry picked from commit c7580ac7da94f6db7c16cd869d07da8be136e39e)
-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 c8747edd..5915038c 100644
--- a/ci/config_tpl/juju2/bundlek8_tpl/etcd.yaml
+++ b/ci/config_tpl/juju2/bundlek8_tpl/etcd.yaml
@@ -15,6 +15,6 @@
- "lxd:nodes/0"
{% endfor %}
{% else %}
- - "nodes/0"
+ - "lxd:nodes/0"
{% endif %}