diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-05-18 01:11:38 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-05-18 01:11:38 -0500 |
commit | c7580ac7da94f6db7c16cd869d07da8be136e39e (patch) | |
tree | 4aa51c05e77bc69be2584d4e60d802932c11f1db | |
parent | 23198b289c3401f3f05b2afd371203dbb1f3503f (diff) |
fix the k8 core bundle and deployment failed.
Change-Id: I65cf597bbc4c68bd80d26ed0d8729127a4e30863
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
-rw-r--r-- | ci/config_tpl/juju2/bundlek8_tpl/etcd.yaml | 2 |
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 %} |