diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-05-18 06:13:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-05-18 06:13:49 +0000 |
commit | 5ef7eacd89b086297cc47402de0cb9aa3dd64ba5 (patch) | |
tree | c37a0c3b1e48fc9cc2e54ae85d658691d0be4a1a | |
parent | d5b1f207ac7d17a2ac027b34c809ab9645913390 (diff) | |
parent | c7580ac7da94f6db7c16cd869d07da8be136e39e (diff) |
Merge "fix the k8 core bundle and deployment failed."
-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 %} |