diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-02-17 22:05:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-17 22:05:25 +0000 |
commit | 0ce11a6ee62ae39392a720ecd979e011ce690b63 (patch) | |
tree | 5d20758311c42c2b91e2381d72e7df4d69d8e933 /ci | |
parent | f60ac0978c9e5b95834f46a9c007b5983ba81577 (diff) | |
parent | d38f9131da4a6c88dc1745c0c30267f74e939bd2 (diff) |
Merge "modfied the container with default spaces otherwise lxd creation failed."
Diffstat (limited to 'ci')
-rw-r--r-- | ci/config_tpl/juju2/bundlek8_tpl/easyrsa.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/config_tpl/juju2/bundlek8_tpl/easyrsa.yaml b/ci/config_tpl/juju2/bundlek8_tpl/easyrsa.yaml index 27c0e874..a4633fcb 100644 --- a/ci/config_tpl/juju2/bundlek8_tpl/easyrsa.yaml +++ b/ci/config_tpl/juju2/bundlek8_tpl/easyrsa.yaml @@ -1,6 +1,10 @@ easyrsa: charm: "cs:~containers/easyrsa" num_units: 1 +{% if os.service.bindings %} + bindings: + "": internal-api +{% endif %} to: - "lxd:nodes/0" |